Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: webkit/webkit.gyp

Issue 215040: Enable webkit.gyp compiler warnings on mac only. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/api/src/WebImageSkia.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 9c77a824d5016309a0aec2bdd8ac270a2bfaedb3..59b3e510f6b57a5ad61a7b553f7637b2c3970bf4 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -9,6 +9,14 @@
'variables': {
# TODO: remove this helper when we have loops in GYP
'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',],
+
+ # We can't turn on warnings on Windows and Linux until we upstream the
+ # WebKit API.
+ 'conditions': [
+ ['OS=="mac"', {
+ 'chromium_code': 1,
+ }],
+ ],
},
'targets': [
{
« no previous file with comments | « webkit/api/src/WebImageSkia.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698