summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ash/BUILD.gn7
-rw-r--r--ash/system/tray/system_tray.cc1
2 files changed, 7 insertions, 1 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index defed0d..b49942e 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -169,11 +169,16 @@ static_library("test_support") {
deps = [
":ash",
"//ash/resources",
+ "//content/test:test_support",
"//skia",
"//testing/gtest",
"//ui/accessibility",
"//ui/app_list",
+ "//ui/app_list:test_support",
+ "//ui/events:events_base",
+ "//ui/gl",
"//ui/views",
+ "//ui/views:test_support",
]
if (is_win) {
@@ -205,6 +210,7 @@ static_library("ash_shell_lib") {
#"//chrome:packed_resources", TODO(GYP)
"//content",
"//content/shell:content_shell_lib",
+ "//net",
"//skia",
"//third_party/icu",
"//ui/app_list",
@@ -212,6 +218,7 @@ static_library("ash_shell_lib") {
"//ui/base",
"//ui/compositor",
"//ui/events",
+ "//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/keyboard",
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index a28f784..9bd30a0 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -8,7 +8,6 @@
#include "ash/metrics/user_metrics_recorder.h"
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shell.h"
-#include "ash/shell/panel_window.h"
#include "ash/shell_window_ids.h"
#include "ash/system/audio/tray_audio.h"
#include "ash/system/bluetooth/tray_bluetooth.h"