| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index b1eee6a1f3555606d372545aef930bbe4f3688df..d1d3a4d30bc5d06705b957cb54df411257c6e99b 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_handler/tray_action_handler_controller.cc",
|
| + "tray_action_handler/tray_action_handler_controller.h",
|
| + "tray_action_handler/tray_action_handler_observer.h",
|
| "utility/screenshot_controller.cc",
|
| "utility/screenshot_controller.h",
|
| "utility/transformer_util.cc",
|
| @@ -1218,6 +1221,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_handler/tray_action_handler_controller_unittest.cc",
|
| "wallpaper/wallpaper_controller_unittest.cc",
|
| "window_user_data_unittest.cc",
|
| "wm/ash_focus_rules_unittest.cc",
|
|
|