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

Unified Diff: ash/BUILD.gn

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: rebase, use ash_util::GetAshServiceName Created 4 years 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/common/mojo_interface_factory.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 ccd4b2a4eed5395e28dab4bb932a142840b78ba9..e8d761979bc3ef5d93e14edc303002185490f46b 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -134,6 +134,8 @@ component("ash") {
"common/popup_message.h",
"common/scoped_root_window_for_new_windows.cc",
"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",
@@ -1216,6 +1218,7 @@ test("ash_unittests") {
"aura/pointer_watcher_adapter_unittest.cc",
"autoclick/autoclick_unittest.cc",
"common/devtools/ash_devtools_unittest.cc",
+ "common/session/session_controller_unittest.cc",
# TODO: convert to use AshTest http://crbug.com/654489.
"common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
@@ -1376,6 +1379,7 @@ test("ash_unittests") {
"//ash/common/strings",
"//ash/common/test:test_support",
"//ash/public/cpp",
+ "//ash/public/interfaces",
"//ash/resources",
"//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
« no previous file with comments | « no previous file | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698