summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/webui/chromeos/DEPS
blob: c80e0efe1d0039fed37cb597950474d8be93f67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  # Chrome OS depends on views, so allow code in this directory to depend on
  # ui/views.
  "+chrome/browser/ui/views",

  "+media/audio/sounds",
  "+services/device/public/mojom",
  "+services/network",
]

specific_include_rules = {
  "keyboard_overlay_ui\.cc": [
    # TODO(mash): Remove. http://crbug.com/770866
    "+ash/shell.h",
  ],
}