| Index: mojo/runner/BUILD.gn
|
| diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
|
| index 4028b1ce0be443327ad5da862dc2e6fe7b297a80..ae50592e00c783de0eb7fdc37854a459f69de62b 100644
|
| --- a/mojo/runner/BUILD.gn
|
| +++ b/mojo/runner/BUILD.gn
|
| @@ -17,14 +17,14 @@ group("runner") {
|
|
|
| deps = [
|
| ":mojo_runner",
|
| - ":tests",
|
| - "//mojo/shell:tests",
|
| + ":mojo_runner_unittests",
|
| + "//mojo/shell:mojo_shell_unittests",
|
| ]
|
|
|
| if (is_android) {
|
| deps += [
|
| ":mojo_runner_apk",
|
| - ":tests_apk",
|
| + ":mojo_runner_unittests_apk",
|
| ]
|
| }
|
| }
|
| @@ -332,9 +332,7 @@ mojom("child_process_bindings") {
|
| ]
|
| }
|
|
|
| -test("tests") {
|
| - output_name = "mojo_runner_unittests"
|
| -
|
| +test("mojo_runner_unittests") {
|
| sources = [
|
| "child_process_host_unittest.cc",
|
| "data_pipe_peek_unittest.cc",
|
|
|