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

Unified Diff: content/shell/android/BUILD.gn

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest_apk gn template 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
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 096ac679656b76d956e4027b2413e5e3c476a944..c8f9d0f05f0a1a3bee0f5083a54321fec37546cf 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -156,6 +156,7 @@ android_apk("content_shell_test_apk") {
]
datadeps = [
":content_shell_apk",
+ "//testing/android/driver:driver_apk",
]
apk_name = "ContentShellTest"
android_manifest = "javatests/AndroidManifest.xml"

Powered by Google App Engine
This is Rietveld 408576698