Index: content/shell/android/BUILD.gn |
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn |
index 096ac679656b76d956e4027b2413e5e3c476a944..310bbb4a7aca1852d39fe6a87eddf8cc470f7007 100644 |
--- a/content/shell/android/BUILD.gn |
+++ b/content/shell/android/BUILD.gn |
@@ -153,9 +153,11 @@ android_apk("content_shell_test_apk") { |
"//content/public/android:content_javatests", |
"//base:base_javatests", |
"//net/android:net_javatests", |
+ "//testing/android/broker:broker_java", |
] |
datadeps = [ |
":content_shell_apk", |
+ "//testing/android/driver:driver_apk", |
] |
apk_name = "ContentShellTest" |
android_manifest = "javatests/AndroidManifest.xml" |