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

Unified Diff: components/sync/core/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/core/DEPS
diff --git a/components/sync/core/DEPS b/components/sync/core/DEPS
index 44ab319a620b11756e5ccac72e903735a2669b12..641711decc33fbd33551a56a5f3858e9611639a2 100644
--- a/components/sync/core/DEPS
+++ b/components/sync/core/DEPS
@@ -1,10 +1,15 @@
include_rules = [
- "-sync",
"+components/sync/api",
"+components/sync/base",
- "+components/sync/core",
+ "+components/sync/core_impl",
+ "+components/sync/engine",
+ "+components/sync/engine_impl",
Nicolas Zea 2016/07/19 18:21:06 it seems odd to allow depending on impl folders fr
maxbogue 2016/07/19 18:58:19 Right now the _impl folders really mean "don't use
"+components/sync/protocol",
-
- # TODO(tim): Remove. Bug 131130
- "+components/sync/base/cryptographer.h"
+ "+components/sync/sessions",
+ "+components/sync/sessions_impl",
+ "+components/sync/syncable",
+ "+components/sync/test",
+ "+net",
+ "+sql",
+ "+third_party/leveldatabase",
]

Powered by Google App Engine
This is Rietveld 408576698