From c545b13edb4d5d722e705ded1806dd41adaab73c Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Tue, 5 Apr 2011 09:35:06 +0000 Subject: [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 --- third_party/cacheinvalidation/cacheinvalidation.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/cacheinvalidation') 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 -- cgit v1.1