| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 4ae34574a989434d56b9f62e1a00df4a6f6d01c2..bd907a9c7d2d21a7f1b70291038b1587221a07fc 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -142,6 +142,7 @@ android_library("content_shell_test_java") {
|
| "//content/public/android:content_java",
|
| "//content/public/test/android:content_java_test_support",
|
| "//content/shell/android:content_shell_java",
|
| + "//third_party/android_support_test_runner:runner_java",
|
| "//ui/android:ui_java",
|
| ]
|
| java_files = [
|
| @@ -157,6 +158,7 @@ instrumentation_test_apk("content_shell_test_apk") {
|
| "//base:base_javatests",
|
| "//content/public/android:content_javatests",
|
| "//net/android:net_javatests",
|
| + "//third_party/android_support_test_runner:runner_java",
|
| ]
|
| apk_under_test = ":content_shell_apk"
|
| apk_name = "ContentShellTest"
|
|
|