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

Unified Diff: components/sync/device_info/DEPS

Issue 2250033002: [Sync] Create //components/sync/device_info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint on device info files. 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/BUILD.gn ('k') | components/sync/device_info/device_count_metrics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/device_info/DEPS
diff --git a/components/sync/tools/DEPS b/components/sync/device_info/DEPS
similarity index 51%
copy from components/sync/tools/DEPS
copy to components/sync/device_info/DEPS
index 9083b8216e096968f3534b601c14cc50527f5d3d..f8cf15438943a31307912181352a98b1bc29480b 100644
--- a/components/sync/tools/DEPS
+++ b/components/sync/device_info/DEPS
@@ -1,11 +1,10 @@
include_rules = [
- "+components/invalidation",
+ "+components/metrics",
+ "+components/sync/api",
"+components/sync/base",
"+components/sync/core",
"+components/sync/driver",
"+components/sync/engine",
- "+components/sync/js",
- "+google/cacheinvalidation",
- "+jingle/notifier/base",
- "+net",
+ "+components/sync/protocol",
+ "+components/version_info",
]
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/device_info/device_count_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698