diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 09:35:06 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 09:35:06 +0000 |
commit | c545b13edb4d5d722e705ded1806dd41adaab73c (patch) | |
tree | 226102079c6eb120143bfd3d220fd1d0f8f53695 /third_party | |
parent | c1f233d65311dc73b69eeb817ad0495fe06139d1 (diff) | |
download | chromium_src-c545b13edb4d5d722e705ded1806dd41adaab73c.zip chromium_src-c545b13edb4d5d722e705ded1806dd41adaab73c.tar.gz chromium_src-c545b13edb4d5d722e705ded1806dd41adaab73c.tar.bz2 |
[Sync] Roll google-cache-invalidation to @77
This removes the explicit dependency on base/scoped_ptr.h.
Also set chromium_code=1, as all compile warnings/errors with that setting
have been fixed.
BUG=77804
TEST=
Review URL: http://codereview.chromium.org/6794042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cacheinvalidation/cacheinvalidation.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp index 8bff843..fc31de9 100644 --- a/third_party/cacheinvalidation/cacheinvalidation.gyp +++ b/third_party/cacheinvalidation/cacheinvalidation.gyp @@ -7,6 +7,9 @@ { 'variables': { + # This library should build cleanly with the extra warnings turned on + # for Chromium. + 'chromium_code': 1, # The root directory for the proto files. 'proto_dir_root': 'files/src', # The relative path of the cacheinvalidation proto files from |