summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
Diffstat (limited to 'ash')
-rw-r--r--ash/DEPS4
-rw-r--r--ash/desktop_background/DEPS3
-rw-r--r--ash/keyboard_overlay/DEPS3
-rw-r--r--ash/shell.cc1
-rw-r--r--ash/system/chromeos/keyboard_brightness_controller.cc1
-rw-r--r--ash/test/DEPS4
-rw-r--r--ash/wm/lock_state_controller.cc1
7 files changed, 12 insertions, 5 deletions
diff --git a/ash/DEPS b/ash/DEPS
index 9b39484..230a37d 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -1,7 +1,6 @@
include_rules = [
"+cc/debug",
"+chromeos",
- "+content/public",
"+gpu/config",
"+grit/ash_resources.h",
"+grit/ash_strings.h",
@@ -14,4 +13,7 @@ include_rules = [
"+net",
"+ui",
"+win8",
+
+ # Used by shell.cc, accelerator_controller.cc, tray_monitor.h
+ "+content/public/browser/gpu_data_manager.h",
]
diff --git a/ash/desktop_background/DEPS b/ash/desktop_background/DEPS
new file mode 100644
index 0000000..fe7bb13
--- /dev/null
+++ b/ash/desktop_background/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+content/public",
+]
diff --git a/ash/keyboard_overlay/DEPS b/ash/keyboard_overlay/DEPS
new file mode 100644
index 0000000..fe7bb13
--- /dev/null
+++ b/ash/keyboard_overlay/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+content/public",
+]
diff --git a/ash/shell.cc b/ash/shell.cc
index 0816320..532da3e 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -83,7 +83,6 @@
#include "base/command_line.h"
#include "base/debug/leak_annotations.h"
#include "base/debug/trace_event.h"
-#include "content/public/browser/user_metrics.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/client/user_action_client.h"
#include "ui/aura/env.h"
diff --git a/ash/system/chromeos/keyboard_brightness_controller.cc b/ash/system/chromeos/keyboard_brightness_controller.cc
index 15f91ed..7d7efe6 100644
--- a/ash/system/chromeos/keyboard_brightness_controller.cc
+++ b/ash/system/chromeos/keyboard_brightness_controller.cc
@@ -8,7 +8,6 @@
#include "ash/shell.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/power_manager_client.h"
-#include "content/public/browser/user_metrics.h"
#include "ui/base/accelerators/accelerator.h"
namespace ash {
diff --git a/ash/test/DEPS b/ash/test/DEPS
index aaa9ae0..e6be49d 100644
--- a/ash/test/DEPS
+++ b/ash/test/DEPS
@@ -1,4 +1,6 @@
include_rules = [
- "+content/public/test",
+ "+content/public/test/web_contents_tester.h",
+ "+content/public/test/test_browser_thread_bundle.h",
+ "+content/public/test/test_browser_context.h",
"+win8/viewer",
]
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
index be34131..2fc3503 100644
--- a/ash/wm/lock_state_controller.cc
+++ b/ash/wm/lock_state_controller.cc
@@ -17,7 +17,6 @@
#include "base/bind_helpers.h"
#include "base/command_line.h"
#include "base/timer/timer.h"
-#include "content/public/browser/user_metrics.h"
#include "ui/aura/root_window.h"
#include "ui/compositor/layer_animation_sequence.h"
#include "ui/compositor/scoped_layer_animation_settings.h"