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

Unified Diff: ash/BUILD.gn

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: cleanup Created 4 years, 3 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/common/DEPS » ('j') | ash/common/system/tray/system_tray_controller.cc » ('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 4b2bef37ba70fba34c7dbc09854e4658222efeb2..b565a4b2ca4672d7fa16c661a33949459d6e64b1 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -356,6 +356,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",
@@ -823,6 +825,8 @@ component("ash") {
]
deps = [
"//ash/autoclick/common:autoclick",
+ # TODO: Why does this cause a cycle? ugh, typemap for shelf item types
+ "//ash/public/interfaces",
"//ash/touch_hud",
"//base",
"//base:i18n",
@@ -835,6 +839,8 @@ component("ash") {
"//components/wallpaper",
"//media",
"//net",
+ # TODO: public_deps?
+ "//services/shell/public/cpp",
"//skia",
"//third_party/icu",
"//ui/accessibility",
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | ash/common/system/tray/system_tray_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698