summaryrefslogtreecommitdiffstats
path: root/ash/DEPS
blob: 0e0ff3ddfcc1c449b96fd0f7a3590a1ad6c6a03c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include_rules = [
  "+device/bluetooth",
  "+cc/debug",
  "+chromeos",
  "+components/signin/core/account_id",
  "+components/user_manager",
  "+components/wallpaper",
  "+gpu/config",
  "+grit/ash_resources.h",
  "+grit/ash_strings.h",
  "+media",
  "+skia/ext",
  "+third_party/cros_system_api",
  "+third_party/skia",
  "+net",
  "+ui",
  "+win8",
  "-ash/host",
  "-content",
]

specific_include_rules = {
  "root_window_controller\.*": [
    "+ash/host"
  ],
  "shell.cc": [
    "+ash/host/ash_window_tree_host_init_params.h"
  ],
  "touch_transformer_controller\.*": [
    "+ash/host"
  ],
}