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

Unified Diff: ash/BUILD.gn

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: rebase again Created 4 years, 2 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/DEPS » ('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 d63fa1ec3164e45856e767ec7739d590c6570ec5..35725412407459c400e02c684facee2e6cbebe66 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -116,6 +116,8 @@ component("ash") {
"common/metrics/pointer_metrics_recorder.cc",
"common/metrics/pointer_metrics_recorder.h",
"common/metrics/user_metrics_action.h",
+ "common/mojo_interface_factory.cc",
+ "common/mojo_interface_factory.h",
"common/multi_profile_uma.cc",
"common/multi_profile_uma.h",
"common/palette_delegate.h",
@@ -357,6 +359,8 @@ component("ash") {
"common/system/tray/system_tray.h",
"common/system/tray/system_tray_bubble.cc",
"common/system/tray/system_tray_bubble.h",
+ "common/system/tray/system_tray_controller.cc",
+ "common/system/tray/system_tray_controller.h",
"common/system/tray/system_tray_delegate.cc",
"common/system/tray/system_tray_delegate.h",
"common/system/tray/system_tray_item.cc",
@@ -824,6 +828,7 @@ component("ash") {
deps = [
"//ash/autoclick/common:autoclick",
"//ash/public/cpp",
+ "//ash/public/interfaces",
"//ash/touch_hud",
"//base",
"//base:i18n",
@@ -836,6 +841,7 @@ component("ash") {
"//components/wallpaper",
"//media",
"//net",
+ "//services/shell/public/cpp",
"//skia",
"//third_party/icu",
"//ui/accessibility",
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698