| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 04ed5416713a03c97dca1c858ad09f2d5a8991ec..d10dc287c2daa3c11bc751622cae782e4c9d09c4 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -153,8 +153,6 @@ source_set("lib") {
|
| "out_of_process_native_runner.h",
|
| "task_runners.cc",
|
| "task_runners.h",
|
| - "test_child_process.cc",
|
| - "test_child_process.h",
|
| "url_resolver.cc",
|
| "url_resolver.h",
|
| ]
|
| @@ -431,7 +429,7 @@ source_set("external_application_registrar_connection") {
|
| # GYP version: mojo/mojo.gyp:mojo_shell_tests
|
| test("mojo_shell_tests") {
|
| sources = [
|
| - "child_process_host_unittest.cc",
|
| + "app_child_process_host_unittest.cc",
|
| "command_line_util_unittest.cc",
|
| "data_pipe_peek_unittest.cc",
|
| "in_process_native_runner_unittest.cc",
|
|
|