OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+cc", | 3 "+cc", |
4 "-chrome", | 4 "-chrome", |
5 "+components/crash", | 5 "+components/crash", |
6 "+components/metrics", | 6 "+components/metrics", |
7 "+components/pref_registry", | 7 "+components/pref_registry", |
8 "+components/prefs", | 8 "+components/prefs", |
9 "+components/version_info", | 9 "+components/version_info", |
10 "+components/web_cache/renderer", | 10 "+components/web_cache/renderer", |
11 "+content/public", | 11 "+content/public", |
12 "+mojo/public", | 12 "+mojo/public", |
13 "+net", | 13 "+net", |
| 14 "+services/shell/public/cpp", |
14 "+third_party/blimp_fonts", | 15 "+third_party/blimp_fonts", |
15 "+third_party/khronos/GLES2/gl2.h", | 16 "+third_party/khronos/GLES2/gl2.h", |
16 "+third_party/WebKit/public/web/WebInputEvent.h", | 17 "+third_party/WebKit/public/web/WebInputEvent.h", |
17 "+ui/aura", | 18 "+ui/aura", |
18 "+ui/base", | 19 "+ui/base", |
19 "+ui/compositor", | 20 "+ui/compositor", |
20 "+ui/display", | 21 "+ui/display", |
21 "+ui/events", | 22 "+ui/events", |
22 "+ui/gfx", | 23 "+ui/gfx", |
23 "+ui/gl", | 24 "+ui/gl", |
24 "+ui/native_theme", | 25 "+ui/native_theme", |
25 "+ui/platform_window", | 26 "+ui/platform_window", |
26 "+ui/resources", | 27 "+ui/resources", |
27 "+ui/wm", | 28 "+ui/wm", |
28 ] | 29 ] |
OLD | NEW |