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_resources.h", | |
10 "+grit/ui_strings.h", | 9 "+grit/ui_strings.h", |
11 "+media", | 10 "+media", |
12 "+skia/ext", | 11 "+skia/ext", |
13 "+third_party/cros_system_api", | 12 "+third_party/cros_system_api", |
14 "+third_party/skia", | 13 "+third_party/skia", |
15 "+net", | 14 "+net", |
16 "+ui", | 15 "+ui", |
16 "+ui/resources/grit/ui_resources.h", | |
Lei Zhang
2014/08/16 03:39:57
do you need this when you have +ui 1 line above?
tfarina
2014/08/16 23:38:23
Done.
| |
17 "+win8", | 17 "+win8", |
18 "-ash/host", | 18 "-ash/host", |
19 ] | 19 ] |
20 | 20 |
21 specific_include_rules = { | 21 specific_include_rules = { |
22 "root_window_controller\.*": [ | 22 "root_window_controller\.*": [ |
23 "+ash/host" | 23 "+ash/host" |
24 ], | 24 ], |
25 "shell.cc": [ | 25 "shell.cc": [ |
26 "+ash/host/ash_window_tree_host_init_params.h" | 26 "+ash/host/ash_window_tree_host_init_params.h" |
27 ], | 27 ], |
28 "touch_transformer_controller\.*": [ | 28 "touch_transformer_controller\.*": [ |
29 "+ash/host" | 29 "+ash/host" |
30 ], | 30 ], |
31 } | 31 } |
OLD | NEW |