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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
1 Name: Google Cache Invalidation API 1 Name: Google Cache Invalidation API
2 Short Name: google-cache-invalidation-api 2 Short Name: google-cache-invalidation-api
3 URL: http://code.google.com/p/google-cache-invalidation-api/ 3 URL: n/a
4 Version: r341 4 Version: unknown
5 License: Apache 2.0 5 License: Apache 2.0
6 License File: src/google/cacheinvalidation/COPYING 6 License File: src/google/cacheinvalidation/COPYING
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 This is the API to talk to the Google Cache Invalidation service. 10 This is the API to talk to the Google Cache Invalidation service, used by the
11 11 invalidations consumed by Sync, Enterprise Policy, and other services. It was
12 Local Modifications: 12 previously hosted at http://code.google.com/p/google-cache-invalidation-api/
13 None. 13 but was merged into the Chromium repository at r342.
14
15 Note: If you are rolling forward the Cache Invalidation API version, and want to
16 check if any changes need to be made to cacheinvalidation.gyp, do the following:
17
18 cd src/third_party/cacheinvalidation/src
19 git remote update
20 git diff --diff-filter=ACDR --name-only origin/master | grep -v ^java/
21
22 This should give you a list of relevant files that were added, copied, renamed
23 or deleted upstream. You will likely need to make appropriate changes to
24 cacheinvalidation.gyp to keep the build green.
OLDNEW
« 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