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

Unified Diff: components/invalidation/DEPS

Issue 255273002: First step towards invalidations componentization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/DEPS
diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f99267c7bec5916b6ef4e3bb33111ce28571b5af
--- /dev/null
+++ b/components/invalidation/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+components/keyed_service",
+
+ "+content/public/test",
Nicolas Zea 2014/05/01 20:25:54 hmm, I was under the impression nothing in compone
rlarocque 2014/05/01 20:45:21 I would have thought so too, but evidently not. $
blundell 2014/05/01 20:58:00 Code that is shared by iOS cannot depend on //cont
+
+ "+google/cacheinvalidation",
+
+ "+sync/internal_api/public/base",
+ "+sync/notifier",
+]
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698