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

Unified Diff: components/sync/engine_impl/DEPS

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/sync/engine_impl/DEPS
diff --git a/components/sync/engine_impl/DEPS b/components/sync/engine_impl/DEPS
index 8ff035d4b08b96b43e7302870eaebfee0c404ef7..da0a62e3971eac7350b78c0fd3fd1a14cd57cc51 100644
--- a/components/sync/engine_impl/DEPS
+++ b/components/sync/engine_impl/DEPS
@@ -1,10 +1,11 @@
include_rules = [
"+components/sync/base",
- # TODO(crbug.com/631271): Core should be split into driver/engine/api.
- "+components/sync/core",
"+components/sync/engine",
+ "+components/sync/js",
"+components/sync/model",
"+components/sync/protocol",
"+components/sync/syncable",
"+components/sync/test",
+ "+net/base",
+ "+third_party/protobuf",
]

Powered by Google App Engine
This is Rietveld 408576698