| Index: content/shell/android/BUILD.gn | 
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn | 
| index 3ad831e9aaad6d555bd31de2b1c47988d71018a7..96a8872757803897df05a5139924302d1ceb739c 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_under_test = ":content_shell_apk" | 
| apk_name = "ContentShellTest" | 
|  |