summaryrefslogtreecommitdiff
path: root/chromium/third_party/cacheinvalidation/README.chromium
blob: ce5bb62e9648cd4f78e39d220a1bee622b96891a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: Google Cache Invalidation API
Short Name: google-cache-invalidation-api
URL: http://code.google.com/p/google-cache-invalidation-api/
Version: r330
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.