Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: third_party/cacheinvalidation/README.chromium

Issue 1162033004: Pull cacheinvalidations code directory into chromium repo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/cacheinvalidation/README.chromium
diff --git a/third_party/cacheinvalidation/README.chromium b/third_party/cacheinvalidation/README.chromium
index 03444b95a7c44a6ad6b656ea1f91932dc72e5f37..4259807ecf29e32428ea092d4ba4ac798525a290 100644
--- a/third_party/cacheinvalidation/README.chromium
+++ b/third_party/cacheinvalidation/README.chromium
@@ -1,24 +1,13 @@
Name: Google Cache Invalidation API
Short Name: google-cache-invalidation-api
-URL: http://code.google.com/p/google-cache-invalidation-api/
-Version: r341
+URL: n/a
+Version: unknown
License: Apache 2.0
License File: src/google/cacheinvalidation/COPYING
Security Critical: no
Description:
-This is the API to talk to the Google Cache Invalidation service.
-
-Local Modifications:
-None.
-
-Note: If you are rolling forward the Cache Invalidation API version, and want to
-check if any changes need to be made to cacheinvalidation.gyp, do the following:
-
- cd src/third_party/cacheinvalidation/src
- git remote update
- git diff --diff-filter=ACDR --name-only origin/master | grep -v ^java/
-
-This should give you a list of relevant files that were added, copied, renamed
-or deleted upstream. You will likely need to make appropriate changes to
-cacheinvalidation.gyp to keep the build green.
+This is the API to talk to the Google Cache Invalidation service, used by the
+invalidations consumed by Sync, Enterprise Policy, and other services. It was
+previously hosted at http://code.google.com/p/google-cache-invalidation-api/
+but was merged into the Chromium repository at r342.
« no previous file with comments | « third_party/cacheinvalidation/DEPS ('k') | third_party/cacheinvalidation/src/example-app-build/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698