diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 04:52:48 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 04:52:48 +0000 |
commit | 56ed2807612234f9cf218a90c36428685e735d9e (patch) | |
tree | c4773bbf8d9ced5602f7e0ad478ef7866c6419fc /google_apis | |
parent | 5adaaaa1bc1aa4bcdfed14259d81c6bdf30618a6 (diff) | |
download | chromium_src-56ed2807612234f9cf218a90c36428685e735d9e.zip chromium_src-56ed2807612234f9cf218a90c36428685e735d9e.tar.gz chromium_src-56ed2807612234f9cf218a90c36428685e735d9e.tar.bz2 |
Make all google_apis build on Win64
BUG=166496
BUG=167187
TBR=joi
Review URL: https://chromiumcodereview.appspot.com/11818045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/google_apis.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp index 1045282..c1f44e7 100644 --- a/google_apis/google_apis.gyp +++ b/google_apis/google_apis.gyp @@ -86,6 +86,8 @@ 'google_api_keys.cc', 'google_api_keys.h', ], + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [4267, ], }, ], } |