summaryrefslogtreecommitdiffstats
path: root/ash/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'ash/DEPS')
-rw-r--r--ash/DEPS4
1 files changed, 3 insertions, 1 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",
]