Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: ash/BUILD.gn

Issue 2734933004: ash: Use SessionController instead of SessionStateDelegate (Closed)
Patch Set: rebase to get WorkspaceLayoutManagerSoloTest change Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698