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

Unified Diff: components/sync/android/DEPS

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-automated
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: components/sync/android/DEPS
diff --git a/components/sync/android/DEPS b/components/sync/android/DEPS
index 71be77bb648ccccdcf321de886740607ba6fa2fa..7e52e2cf439ebfd3e72df4a8c5e498d484ea5a0a 100644
--- a/components/sync/android/DEPS
+++ b/components/sync/android/DEPS
@@ -1,8 +1,8 @@
include_rules = [
- "+jni",
- "+third_party/cacheinvalidation", # For imports in sync/notifier.
- "+net", # For imports in sync/signin.
"+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.
]

Powered by Google App Engine
This is Rietveld 408576698