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

Unified Diff: components/sync/engine_impl/DEPS

Issue 2245073003: [Sync] Clean up intra-sync DEPS significantly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments/fix test. 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/engine/sync_string_conversions.cc ('k') | components/sync/engine_impl/commit_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/DEPS
diff --git a/components/sync/engine_impl/DEPS b/components/sync/engine_impl/DEPS
index f0c51dd45129c49227bd72ad1e283189059d87bf..14feb52bcb8ae5e50c23eb0b6c2e0e1034114e1e 100644
--- a/components/sync/engine_impl/DEPS
+++ b/components/sync/engine_impl/DEPS
@@ -1,13 +1,7 @@
include_rules = [
"+components/sync/base",
- # TODO(maxbogue): Move to engine.
- "+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",
+ # TODO(crbug.com/631271): Core should be split into driver/engine/api.
+ "+components/sync/core",
"+components/sync/engine",
"+components/sync/protocol",
"+components/sync/sessions",
« no previous file with comments | « components/sync/engine/sync_string_conversions.cc ('k') | components/sync/engine_impl/commit_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698