| Index: services/js/BUILD.gn
|
| diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
|
| index 6f2dd1993c39dee6e8e4698f79d0a489036397e9..9744b08dd2c3e6075f73712b2b45d9e69ab515a6 100644
|
| --- a/services/js/BUILD.gn
|
| +++ b/services/js/BUILD.gn
|
| @@ -15,6 +15,10 @@ mojo_native_application("js_content_handler") {
|
| "content_handler_main.cc",
|
| "js_app.cc",
|
| "js_app.h",
|
| + "js_app_runner_delegate.cc",
|
| + "js_app_runner_delegate.h",
|
| + "js_app_shell.cc",
|
| + "js_app_shell.h",
|
| "mojo_bridge_module.cc",
|
| "mojo_bridge_module.h",
|
| ]
|
|
|