Add UMA stats for SBIRS StateStore loading
[chromium-blink-merge.git] / ash / DEPS
blob30f219dd6e51ee732f86bd82030da98e62be1e95
1 include_rules = [
2   "+device/bluetooth",
3   "+cc/debug",
4   "+chromeos",
5   "+components/user_manager",
6   "+components/wallpaper",
7   "+gpu/config",
8   "+grit/ash_resources.h",
9   "+grit/ash_strings.h",
10   "+media",
11   "+skia/ext",
12   "+third_party/cros_system_api",
13   "+third_party/skia",
14   "+net",
15   "+ui",
16   "+win8",
17   "-ash/host",
20 specific_include_rules = {
21   "root_window_controller\.*": [
22     "+ash/host"
23   ],
24   "shell.cc": [
25     "+ash/host/ash_window_tree_host_init_params.h"
26   ],
27   "touch_transformer_controller\.*": [
28     "+ash/host"
29   ],