summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 15:00:07 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 15:00:07 +0000
commit691895de5962406bdf94583bb50359af8cac8b47 (patch)
treed28e7e539508e6eda2a48d28c93cff2e1e786ecb /build
parentafefdcf4a25113f849908605c946ccfa6a914811 (diff)
downloadchromium_src-691895de5962406bdf94583bb50359af8cac8b47.zip
chromium_src-691895de5962406bdf94583bb50359af8cac8b47.tar.gz
chromium_src-691895de5962406bdf94583bb50359af8cac8b47.tar.bz2
Don't enable V8 deprecation warnings on Mac just yet
I'll need to figure out why this doesn't compile on Mac but everywhere else. BUG=322505 TBR=dcarney@chromium.org Review URL: https://codereview.chromium.org/99253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c56e910..34c4eb3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2010,7 +2010,8 @@
'ANGLE_DX11',
],
'conditions': [
- ['v8_deprecation_warnings==1', {
+ # TODO(jochen): Also make this work on Mac.
+ ['v8_deprecation_warnings==1 and OS!="mac" and OS!="ios"', {
'defines': ['V8_DEPRECATION_WARNINGS',],
}],
['(OS=="mac" or OS=="ios") and asan==1', {