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

Unified Diff: components/invalidation/DEPS

Issue 255273002: First step towards invalidations componentization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: components/invalidation/DEPS
diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..3e98d05567ce128f83edd0bfa01634940e4256c3
--- /dev/null
+++ b/components/invalidation/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+components/keyed_service",
blundell 2014/05/05 08:48:41 These dependencies should be present in the gypfil
blundell 2014/05/05 08:48:41 There should be a -content rule here (see e.g. //c
rlarocque 2014/05/05 17:39:10 Added gyp dependencies for keyed_service and cache
rlarocque 2014/05/05 17:39:10 Done. I would have thought that "-content" was th
+
+ "+google/cacheinvalidation",
+
+ "+sync/internal_api/public/base",
+ "+sync/notifier",
+]

Powered by Google App Engine
This is Rietveld 408576698