blob: 3ea2b585a556e3841c36a9194cb0e46b6675d816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+chromeos",
"+content/public",
"+grit/ash_resources.h",
"+grit/ash_strings.h",
"+grit/ash_wallpaper_resources.h",
"+grit/ui_resources.h",
"+grit/ui_strings.h",
"+skia/ext",
"+third_party/cros_system_api",
"+third_party/skia",
"+net",
"+ui",
]
|