diff options
author | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-28 02:20:39 +0000 |
---|---|---|
committer | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-28 02:20:39 +0000 |
commit | 6b34ed28aeb572831208189121a7aade78fe159f (patch) | |
tree | bb461c488e3c1d37d368e66163dc0b05d235f83a /DEPS | |
parent | 5e93cf16b30b33c0b711609bdaad7533f03418ff (diff) | |
download | chromium_src-6b34ed28aeb572831208189121a7aade78fe159f.zip chromium_src-6b34ed28aeb572831208189121a7aade78fe159f.tar.gz chromium_src-6b34ed28aeb572831208189121a7aade78fe159f.tar.bz2 |
roll cacheinvalidation forward to @183. summary of changes:
- refactors existing unit tests and adds new tests for InvalidationClientImpl
- makes a few small changes to simplify testing
- replaces the Config class with a protocol buffer (not sure if this adds a static initializer)
ran unit tests and tested manually
Review URL: http://codereview.chromium.org/9225030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ deps = { "src/third_party/cacheinvalidation/files/src/google": (Var("googlecode_url") % "google-cache-invalidation-api") + - "/trunk/src/google@177", + "/trunk/src/google@183", "src/third_party/leveldatabase/src": (Var("googlecode_url") % "leveldb") + "/trunk@55", |