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

Unified Diff: sync/internal_api/public/base/DEPS

Issue 23441042: Refactor common invalidation framework types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another browser test fix Created 7 years, 3 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: sync/internal_api/public/base/DEPS
diff --git a/sync/internal_api/public/base/DEPS b/sync/internal_api/public/base/DEPS
index 6eae52a42c9c8bb3470b63a065ade085d57eedba..047cfd43b3c2216384e061a397e325cc2d97d825 100644
--- a/sync/internal_api/public/base/DEPS
+++ b/sync/internal_api/public/base/DEPS
@@ -1,4 +1,8 @@
include_rules = [
+ # Invalidations headers depend on this. We should move them to sync/notifier
+ # then remove this rule.
+ "+google/cacheinvalidation",
+
"-sync",
"+sync/base",
"+sync/internal_api/public/base",

Powered by Google App Engine
This is Rietveld 408576698