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

Unified Diff: testing/android/driver/BUILD.gn

Issue 1493953002: [Android] Add support for timeouts scaling for OnDevice instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added wrong GN dependency. Created 5 years 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: testing/android/driver/BUILD.gn
diff --git a/testing/android/driver/BUILD.gn b/testing/android/driver/BUILD.gn
index 436ac63c245b5fabc4b6079e13a52d7446aec110..e99e35050e0eca14ff3e33668466021bc3b1608f 100644
--- a/testing/android/driver/BUILD.gn
+++ b/testing/android/driver/BUILD.gn
@@ -11,6 +11,7 @@ android_apk("driver_apk") {
testonly = true
deps = [
+ "//base:base_java_test_support",
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/broker:broker_java",
"//testing/android/reporter:reporter_java",

Powered by Google App Engine
This is Rietveld 408576698