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

Unified Diff: chrome/browser/sync/glue/DEPS

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix several issues Created 8 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: chrome/browser/sync/glue/DEPS
diff --git a/chrome/browser/sync/glue/DEPS b/chrome/browser/sync/glue/DEPS
index e61591fc7b2b0424e90ae6e608b3f23304bfdd60..fb328afaf544a84d5c1bb8eb9c29141897839348 100644
--- a/chrome/browser/sync/glue/DEPS
+++ b/chrome/browser/sync/glue/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"+sync/internal_api/public",
"+sync/util",
+ "+sync/test",
"+jingle/notifier/base",
@@ -17,11 +18,10 @@ include_rules = [
"+sync/notifier/sync_notifier_factory.h",
"+sync/notifier/sync_notifier_observer.h",
- # TODO(zea): SessionModelAssociator shouldn't need this.
- "+sync/syncable",
+ # TODO(123674): We want to remove this eventually.
+ "+sync/syncable/entry.h",
# TODO(tim): This shouldn't be needed.
"+sync/util/cryptographer.h"
-
]
« no previous file with comments | « chrome/browser/sync/abstract_profile_sync_service_test.cc ('k') | chrome/browser/sync/glue/change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698