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

Unified Diff: chrome/test/android/DEPS

Issue 22914014: Add more control over sync for Chromium testshell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments for ProfileSyncServiceAndroid Created 7 years, 3 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/test/android/DEPS
diff --git a/chrome/test/android/DEPS b/chrome/test/android/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e635662788c21f2f8f4c814bdb6afdff3c6ba387
--- /dev/null
+++ b/chrome/test/android/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # This test code needs to depend on sync related classes and test tools.
+ "+sync/android/java/src/org/chromium/sync/signin",
+ "+sync/test/android/javatests/src/org/chromium/sync/test/util",
+]

Powered by Google App Engine
This is Rietveld 408576698