diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-09 22:31:00 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-09 22:31:00 +0000 |
commit | 183dffb1dfb5ca0110036c57c7e2ff831a6f2720 (patch) | |
tree | 49f628c7dc92739dd42d9f64f1b68435049c61af /tools/json_schema_compiler | |
parent | 221d96dfedb22f2e43369222064d5ca7c781f38f (diff) | |
download | chromium_src-183dffb1dfb5ca0110036c57c7e2ff831a6f2720.zip chromium_src-183dffb1dfb5ca0110036c57c7e2ff831a6f2720.tar.gz chromium_src-183dffb1dfb5ca0110036c57c7e2ff831a6f2720.tar.bz2 |
Make content_unittests build on Win64
Just c4267 build suppressions.
BUG=166496
BUG=167187
TBR=bbudge@chromium.org
R=bbudge@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12207094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/json_schema_compiler')
-rw-r--r-- | tools/json_schema_compiler/test/json_schema_compiler_tests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp index 43ec909..cb35fc7 100644 --- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp +++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp @@ -34,6 +34,8 @@ '<@(schema_files)', ], 'includes': ['../../../build/json_schema_compile.gypi'], + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [4267, ], }, ], } |