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

Unified Diff: chrome/android/sync_shell/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
Index: chrome/android/sync_shell/DEPS
diff --git a/chrome/android/sync_shell/DEPS b/chrome/android/sync_shell/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8c678fa28c619ebf37f77730daece1771283cde4
--- /dev/null
+++ b/chrome/android/sync_shell/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
Yaron 2014/08/19 21:23:19 let's add an OWNERS file too here. That way if som
pval...(no longer on Chromium) 2014/08/20 01:55:09 done. I've added you and zea (for sync stuff)
+ "+chrome/app",
+ "+components/search_engines",
+ "+sync/test/fake_server/android",
+]
+

Powered by Google App Engine
This is Rietveld 408576698