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

Unified Diff: components/sync/engine_impl/DEPS

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-automated
Patch Set: Couple format corrections. Created 4 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: components/sync/engine_impl/DEPS
diff --git a/components/sync/engine_impl/DEPS b/components/sync/engine_impl/DEPS
index 895964d7b4b71a56ed8f9eabefc1fd6c32822874..f0c51dd45129c49227bd72ad1e283189059d87bf 100644
--- a/components/sync/engine_impl/DEPS
+++ b/components/sync/engine_impl/DEPS
@@ -1,9 +1,17 @@
include_rules = [
"+components/sync/base",
- "+components/sync/core",
+ # TODO(maxbogue): Move to engine.
Nicolas Zea 2016/07/19 18:21:06 Same comment about moving this. Maybe I'm not clea
maxbogue 2016/07/19 18:58:19 Yeah, core vs engine is no longer a super meaningf
+ "+components/sync/core/model_type_processor.h",
+ # TODO(maxbogue): Move to base.
+ "+components/sync/core/non_blocking_sync_common.h",
+ # TODO(maxbogue): Move to engine.
+ "+components/sync/core/sync_encryption_handler.h",
+ # TODO(maxbogue): Move to test.
+ "+components/sync/core/test/test_entry_factory.h",
+ "+components/sync/engine",
"+components/sync/protocol",
+ "+components/sync/sessions",
"+components/sync/sessions_impl",
"+components/sync/syncable",
"+components/sync/test",
- "+components/sync/base",
]

Powered by Google App Engine
This is Rietveld 408576698