From 183dffb1dfb5ca0110036c57c7e2ff831a6f2720 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Sat, 9 Feb 2013 22:31:00 +0000 Subject: 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 --- tools/json_schema_compiler/test/json_schema_compiler_tests.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/json_schema_compiler') 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, ], }, ], } -- cgit v1.1