From 9bd3318e0d1b6c85e2e87e5e359456565c3c6cf8 Mon Sep 17 00:00:00 2001 From: "pavely@chromium.org" Date: Thu, 6 Mar 2014 10:40:38 +0000 Subject: 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index a019b3b..a674b15 100644 --- a/DEPS +++ b/DEPS @@ -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", -- cgit v1.1