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

Unified Diff: components/sync/engine/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
« no previous file with comments | « components/sync/driver/sync_service.cc ('k') | components/sync/engine/activation_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/DEPS
diff --git a/components/sync/engine/DEPS b/components/sync/engine/DEPS
index 0540ba49bc15457d64d1493121e16b10ff41dee5..120b16f6b37c5bc3afa4689ee6e53ec235fedde8 100644
--- a/components/sync/engine/DEPS
+++ b/components/sync/engine/DEPS
@@ -1,8 +1,8 @@
include_rules = [
"+components/sync/base",
- # TODO(crbug.com/631271): Core should be split into driver/engine/model.
- "+components/sync/core",
"+components/sync/engine_impl",
"+components/sync/model",
"+components/sync/protocol",
+ "+components/sync/syncable",
+ "+components/sync/test",
]
« no previous file with comments | « components/sync/driver/sync_service.cc ('k') | components/sync/engine/activation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698