| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 64cf6b4073e4da18042e4709fc5a0e3733bdfd64..45bd97ca7e94c50c97856aead22b40801b1b4158 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//build/config/crypto.gni")
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//build/module_args/v8.gni")
|
| +import("//testing/test.gni")
|
| import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
|
|
| content_tests_gypi_values =
|
| @@ -363,6 +364,8 @@ if (!is_mac) {
|
| "//content/shell:content_shell_lib",
|
| "//testing/android:native_test_util",
|
| ]
|
| +
|
| + use_launcher = false
|
| }
|
|
|
| if (is_mac) {
|
|
|