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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-sync",
3 "+components/sync/api", 2 "+components/sync/api",
4 "+components/sync/base", 3 "+components/sync/base",
5 "+components/sync/core", 4 "+components/sync/core_impl",
5 "+components/sync/engine",
6 "+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
6 "+components/sync/protocol", 7 "+components/sync/protocol",
7 8 "+components/sync/sessions",
8 # TODO(tim): Remove. Bug 131130 9 "+components/sync/sessions_impl",
9 "+components/sync/base/cryptographer.h" 10 "+components/sync/syncable",
11 "+components/sync/test",
12 "+net",
13 "+sql",
14 "+third_party/leveldatabase",
10 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698