Title: [107111] trunk/Source/WebKit/chromium
Revision
107111
Author
commit-qu...@webkit.org
Date
2012-02-08 11:44:55 -0800 (Wed, 08 Feb 2012)

Log Message

[chromium] Let -Wglobal-constructors hack in shared build metastasize to mac
https://bugs.webkit.org/show_bug.cgi?id=78130

Patch by Nico Weber <nicolaswe...@gmx.de> on 2012-02-08
Reviewed by Tony Chang.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (107110 => 107111)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-02-08 19:29:59 UTC (rev 107110)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-02-08 19:44:55 UTC (rev 107111)
@@ -1,3 +1,12 @@
+2012-02-08  Nico Weber  <nicolaswe...@gmx.de>
+
+        [chromium] Let -Wglobal-constructors hack in shared build metastasize to mac
+        https://bugs.webkit.org/show_bug.cgi?id=78130
+
+        Reviewed by Tony Chang.
+
+        * WebKit.gyp:
+
 2012-02-08  Alexei Svitkine  <asvitk...@chromium.org>
 
         Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tests.

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (107110 => 107111)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2012-02-08 19:29:59 UTC (rev 107110)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2012-02-08 19:44:55 UTC (rev 107111)
@@ -762,6 +762,9 @@
                                     # and we pull in the test files into the webkit target in the
                                     # shared build.
                                     'cflags!': ['-Wglobal-constructors'],
+                                    'xcode_settings': {
+                                      'WARNING_CFLAGS!': ['-Wglobal-constructors'],
+                                    },
                                 }],
                             ],
                             'msvs_settings': {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to