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

Unified Diff: chrome/android/BUILD.gn

Issue 1060933003: [Android] Add an out-of-app instrumentation driver APK. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised: added @VisibleForTesting to ThreadUtils.postOnUiThreadDelayed Created 5 years, 8 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 | « build/config/android/rules.gni ('k') | chrome/android/shell/javatests/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 210053deb4b9d577cf5956a2fb92dcfd12e7c95e..4d766141f26552515d166bfc67c250c30f11b021 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -457,8 +457,12 @@ android_apk("chrome_shell_test_apk") {
":chrome_javatests",
":chrome_shell_test_java",
"//sync/android:sync_javatests",
+ "//testing/android/broker:broker_java",
"//ui/android:ui_javatests",
]
+ datadeps = [
+ "//testing/android/driver:driver_apk",
+ ]
apk_name = "ChromeShellTest"
android_manifest = "shell/javatests/AndroidManifest.xml"
}
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/shell/javatests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698