diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:52:53 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:52:53 +0000 |
commit | 419e73c4c4dca8c4f7f218de6e1b2aa8149efa50 (patch) | |
tree | 2942526dfb3b7363451bfe0085d598b1c296af19 /third_party/cacheinvalidation | |
parent | 758b0b7056fc7b518147fd0546b3f615d9b6851a (diff) | |
download | chromium_src-419e73c4c4dca8c4f7f218de6e1b2aa8149efa50.zip chromium_src-419e73c4c4dca8c4f7f218de6e1b2aa8149efa50.tar.gz chromium_src-419e73c4c4dca8c4f7f218de6e1b2aa8149efa50.tar.bz2 |
Make cacheinvalidation build on Win64
BUG=166496
BUG=167187
TBR=scottmg
Review URL: https://chromiumcodereview.appspot.com/11819049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/cacheinvalidation')
-rw-r--r-- | third_party/cacheinvalidation/cacheinvalidation.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp index 9d4b9eb..0ccfd14 100644 --- a/third_party/cacheinvalidation/cacheinvalidation.gyp +++ b/third_party/cacheinvalidation/cacheinvalidation.gyp @@ -36,6 +36,8 @@ '<(proto_out_dir)', ], }, + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [4267, ], }, # The main cache invalidation library. External clients should depend # only on this. @@ -122,6 +124,8 @@ 'export_dependent_settings': [ '../../base/base.gyp:base', ], + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [4267, ], }, # Unittests for the cache invalidation library. # TODO(ghc): Write native tests and include them here. |