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

Unified Diff: sync/test/DEPS

Issue 457883002: Use Sync FakeServer in Android tests via custom APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/sync_tests.gypi ('k') | sync/test/fake_server/android/fake_server_helper_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/DEPS
diff --git a/sync/test/DEPS b/sync/test/DEPS
index 2e86b144e6220d079972f43d21bfd8f06362d2ab..0bf3ab0a9f0ccf77c3a641c35161250dddcbd87d 100644
--- a/sync/test/DEPS
+++ b/sync/test/DEPS
@@ -2,4 +2,7 @@ include_rules = [
# Test files can include anything from sync.
"+sync",
"+net",
+
+ # For generated JNI code.
+ "+jni",
]
« no previous file with comments | « sync/sync_tests.gypi ('k') | sync/test/fake_server/android/fake_server_helper_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698