Title: [95456] trunk/Source/WebKit/chromium
Revision
95456
Author
[email protected]
Date
2011-09-19 12:38:32 -0700 (Mon, 19 Sep 2011)

Log Message

Unreviewed, build fix

It's not enough to disable clang plugins.

* gyp_webkit:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (95455 => 95456)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-19 19:33:21 UTC (rev 95455)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-19 19:38:32 UTC (rev 95456)
@@ -1,5 +1,13 @@
 2011-09-19  Jochen Eisinger  <[email protected]>
 
+        Unreviewed, build fix
+
+        It's not enough to disable clang plugins.
+
+        * gyp_webkit:
+
+2011-09-19  Jochen Eisinger  <[email protected]>
+
         [chromium] Disable clang when building chromium in WebKit
         https://bugs.webkit.org/show_bug.cgi?id=68343
 

Modified: trunk/Source/WebKit/chromium/gyp_webkit (95455 => 95456)


--- trunk/Source/WebKit/chromium/gyp_webkit	2011-09-19 19:33:21 UTC (rev 95455)
+++ trunk/Source/WebKit/chromium/gyp_webkit	2011-09-19 19:38:32 UTC (rev 95456)
@@ -105,6 +105,7 @@
                '-Dmsvs_use_common_release=0',
 
                # Temporarily disable clang plugins. http://crbug.com/97043
+               '-Dclang=0',
                '-Dclang_use_chrome_plugins=0',
 
                # gyp hack: otherwise gyp assumes its in chromium's src/ dir.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to