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

Unified Diff: sync/android/DEPS

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 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 | « sync/android/BUILD.gn ('k') | sync/android/java/src/org/chromium/sync/ModelTypeHelper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/android/DEPS
diff --git a/sync/android/DEPS b/sync/android/DEPS
index d83a77e0dc7335d4985a7ef933293e0e969ccc7a..b607840860083b37d9561ccdb376eb5998fb43db 100644
--- a/sync/android/DEPS
+++ b/sync/android/DEPS
@@ -1,5 +1,8 @@
include_rules = [
+ "+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 | « sync/android/BUILD.gn ('k') | sync/android/java/src/org/chromium/sync/ModelTypeHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698