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