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

Unified Diff: components/sync/android/DEPS

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « components/sync/android/BUILD.gn ('k') | components/sync/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/android/DEPS
diff --git a/sync/android/DEPS b/components/sync/android/DEPS
similarity index 55%
rename from sync/android/DEPS
rename to components/sync/android/DEPS
index b607840860083b37d9561ccdb376eb5998fb43db..7e52e2cf439ebfd3e72df4a8c5e498d484ea5a0a 100644
--- a/sync/android/DEPS
+++ b/components/sync/android/DEPS
@@ -1,8 +1,8 @@
include_rules = [
+ "+components/sync/base",
+ "+components/sync/core",
+ "+components/sync/test/android", # For sync test tools
"+jni",
"+third_party/cacheinvalidation", # For imports in sync/notifier.
"+net", # For imports in sync/signin.
- "+sync/base",
- "+sync/internal_api/public",
- "+sync/test/android", # For sync test tools
]
« no previous file with comments | « components/sync/android/BUILD.gn ('k') | components/sync/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698