Skip to content

Commit

Permalink
Roll third_party/cacheinvalidation r221:r245
Browse files Browse the repository at this point in the history
This is a retry of http://crrev.com/164259, reverted by
http://crrev.com/164266 by failing checklicenses.py.

The intention of this roll is to add 2 source types in 
proto (COSMO_CHANGELOG and CHROME_PUSH_MESSAGING) in r241,
but also includes the v2 of the Android client library (r221:240).

r241 had an Android build issue (a symbol "ANDROID" was 
defined as an enum member in proto, which was blown away 
by -DANDROID compiler option, introduced at r239), and 
r242 reverted it. 

r243 fixed the checklicenses.py issue by adding a proper
license in src/example-app-build/generate_protos.sh.

r244:
Track changes from HEAD. In particular, ensure that all code builds against the
open-sourced protocol buffers library.

r245:
Add missing TrickleState.

BUG=150005, 157546
TEST=compile succeeds.

Review URL: https://chromiumcodereview.appspot.com/11304005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165113 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kochi@chromium.org committed Oct 31, 2012
1 parent 3edef21 commit b0ebbcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ v8.log
/third_party/asan
/third_party/bidichecker
/third_party/bison
/third_party/cacheinvalidation/files
/third_party/cacheinvalidation/src
/third_party/chromeos_login_manager
/third_party/chromeos_text_input
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ deps = {

"src/third_party/cacheinvalidation/src":
(Var("googlecode_url") % "google-cache-invalidation-api") +
"/trunk/src@220",
"/trunk/src@245",

"src/third_party/leveldatabase/src":
(Var("googlecode_url") % "leveldb") + "/trunk@68",
Expand Down
2 changes: 1 addition & 1 deletion third_party/cacheinvalidation/README.chromium
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Google Cache Invalidation API
Short Name: google-cache-invalidation-api
URL: http://code.google.com/p/google-cache-invalidation-api/
Version: r220
Version: r245
License: Apache 2.0
License File: src/google/cacheinvalidation/COPYING
Security Critical: no
Expand Down

0 comments on commit b0ebbcb

Please sign in to comment.