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

Unified Diff: ash/BUILD.gn

Issue 2848813002: Introduce ash mojo interface for lock screen action handlers (Closed)
Patch Set: add ASH_EXPORTS Created 3 years, 7 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/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 6f666d18eac9e76224da582bc00a618fc2d1d0ac..4ae4a8fab217757ff324b2646f601de287abe402 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -582,6 +582,9 @@ component("ash") {
"touch/touch_observer_hud.h",
"touch/touch_uma.cc",
"touch/touch_uma.h",
+ "tray_action/tray_action.cc",
+ "tray_action/tray_action.h",
+ "tray_action/tray_action_observer.h",
"utility/screenshot_controller.cc",
"utility/screenshot_controller.h",
"utility/transformer_util.cc",
@@ -1219,6 +1222,7 @@ source_set("common_unittests") {
"system/web_notification/web_notification_tray_unittest.cc",
"test/ash_test_helper_unittest.cc",
"tooltips/tooltip_controller_unittest.cc",
+ "tray_action/tray_action_unittest.cc",
"wallpaper/wallpaper_controller_unittest.cc",
"window_user_data_unittest.cc",
"wm/ash_focus_rules_unittest.cc",
« no previous file with comments | « no previous file | ash/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698