| Index: mojo/shell/BUILD.gn
|
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
|
| index 10c5b2c0ef26b2e253716c4cc4f97b7f0b9c92fe..4643e6b3fe3e5c00f1c7a55da80a908730bbac8b 100644
|
| --- a/mojo/shell/BUILD.gn
|
| +++ b/mojo/shell/BUILD.gn
|
| @@ -112,6 +112,8 @@ source_set("lib") {
|
| "child_process.h",
|
| "child_process_host.cc",
|
| "child_process_host.h",
|
| + "command_line_util.cc",
|
| + "command_line_util.h",
|
| "context.cc",
|
| "context.h",
|
| "filename_util.cc",
|
| @@ -359,6 +361,7 @@ mojom("child_process_bindings") {
|
| test("mojo_shell_tests") {
|
| sources = [
|
| "child_process_host_unittest.cc",
|
| + "command_line_util_unittest.cc",
|
| "data_pipe_peek_unittest.cc",
|
| "in_process_native_runner_unittest.cc",
|
| "native_runner_unittest.cc",
|
|
|