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