OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+device/bluetooth", | 2 "+device/bluetooth", |
3 "+cc/debug", | 3 "+cc/debug", |
4 "+chromeos", | 4 "+chromeos", |
5 "+components/user_manager", | 5 "+components/user_manager", |
6 "+gpu/config", | 6 "+gpu/config", |
7 "+grit/ash_resources.h", | 7 "+grit/ash_resources.h", |
8 "+grit/ash_strings.h", | 8 "+grit/ash_strings.h", |
9 "+grit/ui_strings.h", | |
10 "+media", | 9 "+media", |
11 "+skia/ext", | 10 "+skia/ext", |
12 "+third_party/cros_system_api", | 11 "+third_party/cros_system_api", |
13 "+third_party/skia", | 12 "+third_party/skia", |
14 "+net", | 13 "+net", |
15 "+ui", | 14 "+ui", |
16 "+win8", | 15 "+win8", |
17 "-ash/host", | 16 "-ash/host", |
18 ] | 17 ] |
19 | 18 |
20 specific_include_rules = { | 19 specific_include_rules = { |
21 "root_window_controller\.*": [ | 20 "root_window_controller\.*": [ |
22 "+ash/host" | 21 "+ash/host" |
23 ], | 22 ], |
24 "shell.cc": [ | 23 "shell.cc": [ |
25 "+ash/host/ash_window_tree_host_init_params.h" | 24 "+ash/host/ash_window_tree_host_init_params.h" |
26 ], | 25 ], |
27 "touch_transformer_controller\.*": [ | 26 "touch_transformer_controller\.*": [ |
28 "+ash/host" | 27 "+ash/host" |
29 ], | 28 ], |
30 } | 29 } |
OLD | NEW |