| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 2f50786afed83373cb2520f3c43d3b57f7bbf957..b12c1a82af84b990fad3e53dd82943873f37154d 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -156,7 +156,7 @@ source_set("lib") {
|
| ]
|
|
|
| deps = [
|
| - ":app_child_process_bindings",
|
| + ":child_controller_bindings",
|
| ":external_application_registrar_bindings",
|
| ":init",
|
| ":in_process_native_runner",
|
| @@ -382,9 +382,9 @@ if (is_android) {
|
| }
|
| }
|
|
|
| -mojom("app_child_process_bindings") {
|
| +mojom("child_controller_bindings") {
|
| sources = [
|
| - "app_child_process.mojom",
|
| + "child_controller.mojom",
|
| ]
|
|
|
| deps = [
|
|
|