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

Unified Diff: components/sync/driver/DEPS

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/sync/base/model_type.h ('k') | components/sync/driver/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/DEPS
diff --git a/components/sync_driver/DEPS b/components/sync/driver/DEPS
similarity index 54%
rename from components/sync_driver/DEPS
rename to components/sync/driver/DEPS
index 730d63ad79b2036ad0da68b03b493d8521da6107..7d7d943bbc40cead0ff33ede2ddddf5c10ada3ae 100644
--- a/components/sync_driver/DEPS
+++ b/components/sync/driver/DEPS
@@ -7,7 +7,16 @@ include_rules = [
"+components/pref_registry",
"+components/prefs",
"+components/signin/core/browser",
- "+components/sync",
+ "+components/sync/api",
+ "+components/sync/base",
+ "+components/sync/core",
+ "+components/sync/engine",
+ # TODO(maxbogue): Move commit_queue.h to engine.
+ "+components/sync/engine_impl",
+ "+components/sync/protocol",
+ "+components/sync/sessions",
+ "+components/sync/syncable",
+ "+components/sync/test",
"+components/syncable_prefs",
"+components/version_info",
"+google",
« no previous file with comments | « components/sync/base/model_type.h ('k') | components/sync/driver/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698