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

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

Issue 1510493013: [Android] Suppress findbugs hardcoded filename warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to add base_java to BUILD.gn 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
« no previous file with comments | « no previous file | testing/android/driver/java/src/org/chromium/test/driver/OnDeviceInstrumentationDriver.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/driver/BUILD.gn
diff --git a/testing/android/driver/BUILD.gn b/testing/android/driver/BUILD.gn
index e99e35050e0eca14ff3e33668466021bc3b1608f..9dd354a23a9e5c12ee38267a08b85d8f89788d7b 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",
"//base:base_java_test_support",
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/broker:broker_java",
« no previous file with comments | « no previous file | testing/android/driver/java/src/org/chromium/test/driver/OnDeviceInstrumentationDriver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698