| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 9d30fe0dfc19f89880b9f4232806241664764aa3..3810f665e1335ccc59c549edde335158957bd11d 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -51,6 +51,8 @@ source_set("app_shell_lib") {
|
| "app/shell_main_delegate.h",
|
| "browser/api/identity/identity_api.cc",
|
| "browser/api/identity/identity_api.h",
|
| + "browser/api/shell_window/shell_window_api.cc",
|
| + "browser/api/shell_window/shell_window_api.h",
|
| "browser/default_shell_browser_main_delegate.cc",
|
| "browser/default_shell_browser_main_delegate.h",
|
| "browser/desktop_controller.cc",
|
|
|