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

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

Issue 2351703003: Refactor: move components/sync/../signin to components/signin/../ (Closed)
Patch Set: rebase 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/signin/core/browser/android",
2 "+components/sync/base", 3 "+components/sync/base",
3 "+components/sync/test/android", # For sync test tools 4 "+components/sync/test/android", # For sync test tools
4 "+jni", 5 "+jni",
5 "+third_party/cacheinvalidation", # For imports in sync/notifier. 6 "+third_party/cacheinvalidation", # For imports in sync/notifier.
6 "+net", # For imports in sync/signin.
7 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698