Commit 419e73c4 authored by jschuh@chromium.org's avatar jschuh@chromium.org

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
parent 758b0b70
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
'<(proto_out_dir)', '<(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 # The main cache invalidation library. External clients should depend
# only on this. # only on this.
...@@ -122,6 +124,8 @@ ...@@ -122,6 +124,8 @@
'export_dependent_settings': [ 'export_dependent_settings': [
'../../base/base.gyp:base', '../../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. # Unittests for the cache invalidation library.
# TODO(ghc): Write native tests and include them here. # TODO(ghc): Write native tests and include them here.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment