Title: [97921] trunk/Source/WebKit/chromium
Revision
97921
Author
[email protected]
Date
2011-10-19 19:15:07 -0700 (Wed, 19 Oct 2011)

Log Message

[chromium/mac] Use clang as compiler!
https://bugs.webkit.org/show_bug.cgi?id=70425

Reviewed by Adam Barth.

It looks like http://trac.webkit.org/changeset/97415 was all that's
needed to get this to work.

* gyp_webkit:
Don't force clang off, which means it's now on by default on mac.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (97920 => 97921)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-20 02:14:56 UTC (rev 97920)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-20 02:15:07 UTC (rev 97921)
@@ -1,3 +1,16 @@
+2011-10-19  Nico Weber  <[email protected]>
+
+        [chromium/mac] Use clang as compiler!
+        https://bugs.webkit.org/show_bug.cgi?id=70425
+
+        Reviewed by Adam Barth.
+
+        It looks like http://trac.webkit.org/changeset/97415 was all that's
+        needed to get this to work.
+
+        * gyp_webkit:
+        Don't force clang off, which means it's now on by default on mac.
+
 2011-10-19  Darin Adler  <[email protected]>
 
         Remove OptionElement (first half)

Modified: trunk/Source/WebKit/chromium/gyp_webkit (97920 => 97921)


--- trunk/Source/WebKit/chromium/gyp_webkit	2011-10-20 02:14:56 UTC (rev 97920)
+++ trunk/Source/WebKit/chromium/gyp_webkit	2011-10-20 02:15:07 UTC (rev 97921)
@@ -117,8 +117,7 @@
                '-Dv8_use_snapshot=false',
                '-Dmsvs_use_common_release=0',
 
-               # Temporarily disable clang plugins. http://crbug.com/97043
-               '-Dclang=0',
+               # WebKit doesn't use the chromium style checker.
                '-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