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

Unified Diff: chrome/browser/sync/DEPS

Issue 10805002: [Sync] Enable adding notifier observers from ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 5 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/sync/DEPS
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index 7dba439aaaaeb62949dea09eae3a194bb95e0171..f9f6c1e184888681ac06d07e3ec44c472c009654 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -1,8 +1,11 @@
include_rules = [
- # For files not in a subdirectory (what a mess!).
+ # Used by tests.
+ "+google/cacheinvalidation",
+
+ # For files not in a subdirectory.
"+sync/internal_api/public",
"+sync/js",
- "+sync/notifier/invalidation_state_tracker.h",
+ "+sync/notifier",
# TODO(tim): Remove everything below. Bug 131130.
"+sync/util/cryptographer.h",

Powered by Google App Engine
This is Rietveld 408576698