From 2a54f965289a9f0a285ef96c00f35a4059c9011d Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Sat, 2 Feb 2013 00:39:10 +0000 Subject: Make debugger and utility build on Win64 Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=thakis@chromium.org R=thakis@chromium.org Review URL: https://codereview.chromium.org/12095107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180216 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 352f264..2402a4f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -236,6 +236,8 @@ ], }], ], + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [ 4267, ], }, { 'target_name': 'plugin', @@ -285,6 +287,8 @@ ], }], ], + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [ 4267, ], }, { 'target_name': 'service', -- cgit v1.1