summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 00:47:21 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 00:47:21 +0000
commit895399a295feab64483c1c10fceeaf23b71ca19e (patch)
tree9892b3a05eea6a9bb900fdf965cd3609682a485b /cc/cc.gyp
parent28612c309c1bfb360bbd84b66cadb3c8e760b705 (diff)
downloadchromium_src-895399a295feab64483c1c10fceeaf23b71ca19e.zip
chromium_src-895399a295feab64483c1c10fceeaf23b71ca19e.tar.gz
chromium_src-895399a295feab64483c1c10fceeaf23b71ca19e.tar.bz2
Make cc build on Win64
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/12096044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 02a8b88..f4266b3 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -351,7 +351,9 @@
# TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
'<(webkit_src_dir)/Source/Platform/chromium'
]
- }
+ },
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
},
],
}