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