| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 2df1e0180bfef403a667c08afbc4692356dda4ee..df86d066a7182e46963c2931d66a17d4a332a414 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -133,7 +133,6 @@ component("ash") {
|
| "common/scoped_root_window_for_new_windows.h",
|
| "common/session/session_controller.cc",
|
| "common/session/session_controller.h",
|
| - "common/session/session_state_delegate.cc",
|
| "common/session/session_state_delegate.h",
|
| "common/session/session_state_observer.cc",
|
| "common/session/session_state_observer.h",
|
| @@ -1001,6 +1000,8 @@ static_library("ash_shell_lib") {
|
| "shell/example_app_list_presenter.cc",
|
| "shell/example_app_list_presenter.h",
|
| "shell/example_factory.h",
|
| + "shell/example_session_controller_client.cc",
|
| + "shell/example_session_controller_client.h",
|
| "shell/lock_view.cc",
|
| "shell/panel_window.cc",
|
| "shell/panel_window.h",
|
|
|