1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
"+base",
"+cc",
"-chrome",
"+components/version_info",
"+components/web_cache/renderer",
"+content/public",
"+net",
"+third_party/blimp_fonts",
"+third_party/khronos/GLES2/gl2.h",
"+third_party/WebKit/public/web/WebInputEvent.h",
"+ui/aura",
"+ui/base",
"+ui/compositor",
"+ui/events",
"+ui/gfx",
"+ui/platform_window",
"+ui/resources",
"+ui/wm",
]
|