Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 0cb30968a62a1df13a4d756e8e69e9136b51f88c..8ffd929867704f1be529e5e33208ae7a90602d89 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", |
@@ -997,6 +996,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", |