diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 03:03:26 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 03:03:26 +0000 |
commit | 2cbb95c83e82662fbedf54e945d2e2e8b9d955d7 (patch) | |
tree | b18c9a82a0ad538a82905bb09b3f2b7e05261ae7 /DEPS | |
parent | 6c2cedb6057d33487d6cfe04af2e6821d1859aa0 (diff) | |
download | chromium_src-2cbb95c83e82662fbedf54e945d2e2e8b9d955d7.zip chromium_src-2cbb95c83e82662fbedf54e945d2e2e8b9d955d7.tar.gz chromium_src-2cbb95c83e82662fbedf54e945d2e2e8b9d955d7.tar.bz2 |
Added Google Cache Invalidation library to DEPS and got it to compile
with the Chromium libraries.
Added some override files to make it work, the biggest of which defines
NewPermanentCallback() overrides that base/callback.h doesn't handle.
BUG=34646
TEST=added unittests
Review URL: http://codereview.chromium.org/1720001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ deps = { "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@305", + "src/third_party/cacheinvalidation/files": + "http://google-cache-invalidation-api.googlecode.com/svn/trunk@10", + "src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@816", |