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

Unified Diff: chrome/browser/invalidation/DEPS

Issue 13991017: Commit InvalidationService implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to fix Android Created 7 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: chrome/browser/invalidation/DEPS
diff --git a/chrome/browser/invalidation/DEPS b/chrome/browser/invalidation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..808be5d919911327679273dc97fa8d6f8ea39f4a
--- /dev/null
+++ b/chrome/browser/invalidation/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # Needed for P2PInvalidationService construction.
+ "+jingle/notifier",
+
+ # Needed for SyncMaxInvalidationVersions Migration.
+ "+sync/internal_api/public/base/model_type.h",
+ "+sync/internal_api/public/base/invalidation_test_util.h",
+]

Powered by Google App Engine
This is Rietveld 408576698