| Index: mojo/shell/runner/child/BUILD.gn
|
| diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
|
| index cdc50d92cf876d7b89c935bf7fdd8f0c247e53c4..a534dff8915c01a2840d94aa75f4a0cb09c53638 100644
|
| --- a/mojo/shell/runner/child/BUILD.gn
|
| +++ b/mojo/shell/runner/child/BUILD.gn
|
| @@ -21,7 +21,6 @@ source_set("lib") {
|
| ]
|
|
|
| deps = [
|
| - ":interfaces",
|
| "//base",
|
| "//mojo/edk/system",
|
| "//mojo/message_pump",
|
| @@ -31,18 +30,6 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -mojom("interfaces") {
|
| - sources = [
|
| - "child_controller.mojom",
|
| - ]
|
| -
|
| - deps = [
|
| - "//mojo/shell/public/interfaces",
|
| - ]
|
| -
|
| - import_dirs = [ "//mojo/services" ]
|
| -}
|
| -
|
| source_set("test_native_main") {
|
| sources = [
|
| "test_native_main.cc",
|
|
|