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

Unified Diff: third_party/cacheinvalidation/src/google/cacheinvalidation/README

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/src/google/cacheinvalidation/README
diff --git a/third_party/cacheinvalidation/src/google/cacheinvalidation/README b/third_party/cacheinvalidation/src/google/cacheinvalidation/README
new file mode 100644
index 0000000000000000000000000000000000000000..a9dd982e3bb3e2ee7408eef7e701a9330aa003a4
--- /dev/null
+++ b/third_party/cacheinvalidation/src/google/cacheinvalidation/README
@@ -0,0 +1,16 @@
+This directory contains the implementation of the client library for a cache
+invalidation service.
+
+The public (stable) interfaces are those defined under include/:
+ invalidation-client.h
+ invalidation-client-factory.h
+ invalidation-listener.h
+ system-resources.h
+ types.h
+
+In order to compile this library, proper implementations of the interfaces
+residing under deps/ must be provided.
+
+Interfaces and implementations defined under impl/ are subject to change, and
+the test/ directory contains test helpers. Please do not depend directly
+on anything in these directories.

Powered by Google App Engine
This is Rietveld 408576698