Changeset 99852 in webkit


Ignore:
Timestamp:
Nov 10, 2011 7:23:53 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Make the ENABLE(FEATURE) macro work in DRT
https://bugs.webkit.org/show_bug.cgi?id=71940

Patch by Alexandre Mazari <amazari@igalia.com> on 2011-11-10
Reviewed by Philippe Normand.

  • GNUmakefile.am:

Add webcore_cppflags to Programs_DumpRenderTree_CPP so
ENABLE_* variables are part of the environment.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99850 r99852  
     12011-11-10  Alexandre Mazari  <amazari@igalia.com>
     2
     3        [GTK] Make the ENABLE(FEATURE) macro work in DRT
     4        https://bugs.webkit.org/show_bug.cgi?id=71940
     5
     6        Reviewed by Philippe Normand.
     7
     8        * GNUmakefile.am:
     9        Add webcore_cppflags to Programs_DumpRenderTree_CPP so
     10        ENABLE_* variables are part of the environment.
     11
    1122011-11-10  Simon Hausmann  <simon.hausmann@nokia.com>
    213
  • trunk/Tools/GNUmakefile.am

    r99156 r99852  
    8282        -I$(top_builddir)/DerivedSources \
    8383        -I$(top_builddir)/Source/WebKit/gtk \
    84         $(javascriptcore_cppflags)
     84        $(javascriptcore_cppflags) \
     85        $(webcore_cppflags)
    8586
    8687if TARGET_X11
Note: See TracChangeset for help on using the changeset viewer.