OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chromeos", | 2 "+chromeos", |
3 "+components/keyed_service", | 3 "+components/keyed_service", |
4 "+components/nacl/browser", | 4 "+components/nacl/browser", |
5 "+components/nacl/common", | 5 "+components/nacl/common", |
6 "+components/omaha_query_params", | 6 "+components/omaha_query_params", |
7 "+components/pref_registry", | 7 "+components/pref_registry", |
8 "+components/user_prefs", | 8 "+components/user_prefs", |
9 "+components/web_modal", | 9 "+components/web_modal", |
10 "+content/public/browser", | 10 "+content/public/browser", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "+device/usb", | 21 "+device/usb", |
22 | 22 |
23 "+google_apis/gaia", | 23 "+google_apis/gaia", |
24 | 24 |
25 "+net", | 25 "+net", |
26 | 26 |
27 "+ppapi", | 27 "+ppapi", |
28 "+storage/browser/quota", | 28 "+storage/browser/quota", |
29 "+sync/api", | 29 "+sync/api", |
30 | 30 |
31 # Disallow views to keep the binary size down. | 31 # Additional UI dependencies for app_shell. Note that no particular UI toolkit |
32 "-ui/views", | 32 # is supported; only Aura and some necessary bits to set up display surfaces. |
| 33 "+ui/aura", |
| 34 "+ui/chromeos", |
| 35 "+ui/display", |
| 36 "+ui/wm", |
33 | 37 |
34 "+third_party/cros_system_api", | 38 "+third_party/cros_system_api", |
35 | 39 |
36 "-webkit", | 40 "-webkit", |
37 ] | 41 ] |
OLD | NEW |