Home | History | Annotate | only in /external/chromium_org/third_party/cacheinvalidation
Up to higher level directory
NameDateSize
cacheinvalidation.gyp03-Dec-201411.1K
cacheinvalidation_unittests.isolate03-Dec-2014552
overrides/03-Dec-2014
OWNERS03-Dec-2014259
README.chromium03-Dec-2014854

README.chromium

      1 Name: Google Cache Invalidation API
      2 Short Name: google-cache-invalidation-api
      3 URL: http://code.google.com/p/google-cache-invalidation-api/
      4 Version: r330
      5 License: Apache 2.0
      6 License File: src/google/cacheinvalidation/COPYING
      7 Security Critical: no
      8 
      9 Description:
     10 This is the API to talk to the Google Cache Invalidation service.
     11 
     12 Local Modifications:
     13 None.
     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.
     25