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

Unified Diff: ash/BUILD.gn

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: fix gn check and address comments in #6 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') | ash/public/interfaces/session_controller.mojom » ('J')
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 81772c7c64d116447b0dab740155765abbf09349..96b9831b7ed4ee0c15288886f1c6cd6666a90fee 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",
@@ -1214,6 +1216,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",
@@ -1374,6 +1377,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') | ash/public/interfaces/session_controller.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698