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

Side by Side Diff: components/sync/syncable/DEPS

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « components/sync/model/sync_data.cc ('k') | components/sync/syncable/base_node.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/sync/base", 2 "+components/sync/base",
3 "+components/sync/core",
4 "+components/sync/core_impl",
3 "+components/sync/engine", 5 "+components/sync/engine",
4 "+components/sync/model/attachments", 6 "+components/sync/model",
5 "+components/sync/protocol", 7 "+components/sync/protocol",
6 "+components/sync/test", 8 "+components/sync/test",
7 "+net/base/escape.h", 9 "+net/base/escape.h",
8 "+sql", 10 "+sql",
9 ] 11 ]
OLDNEW
« no previous file with comments | « components/sync/model/sync_data.cc ('k') | components/sync/syncable/base_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698