diff options
author | pavely@chromium.org <pavely@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 10:40:38 +0000 |
---|---|---|
committer | pavely@chromium.org <pavely@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 10:40:38 +0000 |
commit | 9bd3318e0d1b6c85e2e87e5e359456565c3c6cf8 (patch) | |
tree | df3b2e3dcebcdd5c8e0576c865b9019aa2c0268b /DEPS | |
parent | a5243f73e768cb50a25164e9009a8ec6403d3a05 (diff) | |
download | chromium_src-9bd3318e0d1b6c85e2e87e5e359456565c3c6cf8.zip chromium_src-9bd3318e0d1b6c85e2e87e5e359456565c3c6cf8.tar.gz chromium_src-9bd3318e0d1b6c85e2e87e5e359456565c3c6cf8.tar.bz2 |
Roll cacheinvalidation DEPS to r330
Changes are needed for GCM for Chrome on desktop.
Full list of changes:
322: Cleanup: Convert from scoped_ptr to std::unique_ptr.
323: remove unused mock methods
324: Add channel_common.proto
325: Revert r322 since Chrome does not yet support unique_ptr
326: update build datestamp
327: February 2014 invalidation client release
328: Adding copies of protos for use in C++ cache invalidation.
329: change protocol buffer compiler options in channel_common.proto
330: add lite runtime option to android_channel.proto
BUG=325020
R=meek@chromium.org
Review URL: https://codereview.chromium.org/185013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ deps = { "src/third_party/cacheinvalidation/src": (Var("googlecode_url") % "google-cache-invalidation-api") + - "/trunk/src@321", + "/trunk/src@330", "src/third_party/leveldatabase/src": (Var("googlecode_url") % "leveldb") + "/trunk@79", |