| Index: mojo/shell/runner/host/BUILD.gn
|
| diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
|
| index 7ca40377ff8636fac8fd487b0bc58a73e61b8a60..59f2cc7d396906959ecdf176906d2b4a37943574 100644
|
| --- a/mojo/shell/runner/host/BUILD.gn
|
| +++ b/mojo/shell/runner/host/BUILD.gn
|
| @@ -48,8 +48,8 @@ source_set("child_process_base") {
|
| "//mojo/message_pump",
|
| "//mojo/platform_handle:platform_handle_impl",
|
| "//mojo/shell",
|
| + "//mojo/shell/public/interfaces",
|
| "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/child:interfaces",
|
| "//mojo/shell/runner/common",
|
| ]
|
| }
|
| @@ -76,8 +76,8 @@ source_set("lib") {
|
| "//mojo/message_pump",
|
| "//mojo/platform_handle:platform_handle_impl",
|
| "//mojo/shell",
|
| + "//mojo/shell/public/interfaces",
|
| "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/child:interfaces",
|
| "//mojo/shell/runner/common",
|
| ]
|
|
|
|
|