| Index: services/shell/BUILD.gn
|
| diff --git a/services/shell/BUILD.gn b/services/shell/BUILD.gn
|
| index 58c7f8d79ee09d3e4cc49f85a2df25d5ed83ebd4..e3ce5fa8668037267429874545b55b571516f560 100644
|
| --- a/services/shell/BUILD.gn
|
| +++ b/services/shell/BUILD.gn
|
| @@ -24,6 +24,7 @@
|
| "connect_params.h",
|
| "connect_util.cc",
|
| "connect_util.h",
|
| + "loader.h",
|
| "native_runner.h",
|
| "native_runner_delegate.h",
|
| "shell.cc",
|
| @@ -52,6 +53,9 @@
|
| data_deps = [
|
| ":manifest",
|
| ]
|
| +
|
| + # For services/shell/loader.h
|
| + allow_circular_includes_from = [ "//services/catalog:lib" ]
|
| }
|
|
|
| mojo_application_manifest("manifest") {
|
|
|