Title: [163375] trunk/Tools
Revision
163375
Author
[email protected]
Date
2014-02-04 06:50:36 -0800 (Tue, 04 Feb 2014)

Log Message

[Automake] Add missing $(feature_defines) when generating InjectedBundle bindings
https://bugs.webkit.org/show_bug.cgi?id=128170

Patch by Carlos Garnacho <[email protected]> on 2014-02-04
Reviewed by Carlos Garcia Campos.

* WebKitTestRunner/GNUmakefile.am: Add missing $(feature_defines) when
generating the InjectedBundle bindings. So the various ENABLE_* defines
are available there.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (163374 => 163375)


--- trunk/Tools/ChangeLog	2014-02-04 13:43:20 UTC (rev 163374)
+++ trunk/Tools/ChangeLog	2014-02-04 14:50:36 UTC (rev 163375)
@@ -1,5 +1,16 @@
 2014-02-04  Carlos Garnacho  <[email protected]>
 
+        [Automake] Add missing $(feature_defines) when generating InjectedBundle bindings
+        https://bugs.webkit.org/show_bug.cgi?id=128170
+
+        Reviewed by Carlos Garcia Campos.
+
+        * WebKitTestRunner/GNUmakefile.am: Add missing $(feature_defines) when
+        generating the InjectedBundle bindings. So the various ENABLE_* defines
+        are available there.
+
+2014-02-04  Carlos Garnacho  <[email protected]>
+
         [GTK] Ensure generated events have given modifiers GDK understands
         https://bugs.webkit.org/show_bug.cgi?id=128171
 

Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (163374 => 163375)


--- trunk/Tools/WebKitTestRunner/GNUmakefile.am	2014-02-04 13:43:20 UTC (rev 163374)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am	2014-02-04 14:50:36 UTC (rev 163375)
@@ -161,7 +161,7 @@
 		-I $(srcdir)/Source/WebCore/bindings/scripts \
 		-I $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings \
 		$(srcdir)/Source/WebCore/bindings/scripts/generate-bindings.pl \
-		--defines \"\" --generator TestRunner \
+		--defines "$(feature_defines)" --generator TestRunner \
 		--include $(srcdir)/Tools/InjectedBundle/Bindings \
 		--outputDir $(top_builddir)/DerivedSources/InjectedBundle \
 		$<
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to