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

Unified Diff: chrome/android/javatests/DEPS

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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
Index: chrome/android/javatests/DEPS
diff --git a/chrome/android/javatests/DEPS b/chrome/android/javatests/DEPS
index bc983a12b4d1efcd1777be26a55bb7622f9903bc..50606c47a1262da48c8899236ee6fd8080ef4758 100644
--- a/chrome/android/javatests/DEPS
+++ b/chrome/android/javatests/DEPS
@@ -5,10 +5,10 @@ include_rules = [
"+components/location/android/java",
"+components/navigation_interception",
"+components/precache/android/javatests",
- "+components/web_restrictions",
- "+content/public/android/java",
- "+sync/android/java/src/org/chromium/sync",
+ "+components/sync/android/java/src/org/chromium/components/sync",
# We should only depend on the util package of something that lives in
# javatests.
- "+sync/test/android/javatests/src/org/chromium/sync/test/util",
+ "+components/sync/test/android/javatests/src/org/chromium/components/sync/test/util",
+ "+components/web_restrictions",
+ "+content/public/android/java",
]

Powered by Google App Engine
This is Rietveld 408576698