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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/metrics", 2 "+components/metrics",
3 "+components/sync/api",
4 "+components/sync/base", 3 "+components/sync/base",
5 "+components/sync/core", 4 "+components/sync/core",
6 "+components/sync/driver", 5 "+components/sync/driver",
7 "+components/sync/engine", 6 "+components/sync/engine",
7 "+components/sync/model",
8 "+components/sync/protocol", 8 "+components/sync/protocol",
9 "+components/version_info", 9 "+components/version_info",
10 ] 10 ]
OLDNEW
« no previous file with comments | « components/sync/core_impl/model_type_connector_proxy_unittest.cc ('k') | components/sync/device_info/device_info_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698