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", |
11 | 11 |
12 # Pieces of content_shell reused in app_shell. | 12 # Pieces of content_shell reused in app_shell. |
13 "+content/shell/browser/shell_browser_context.h", | 13 "+content/shell/browser/shell_browser_context.h", |
14 "+content/shell/browser/shell_devtools_delegate.h", | 14 "+content/shell/browser/shell_devtools_delegate.h", |
15 "+content/shell/browser/shell_net_log.h", | 15 "+content/shell/browser/shell_net_log.h", |
| 16 "+content/shell/browser/shell_url_request_context_getter.h", |
| 17 "+content/shell/common/shell_switches.h", |
16 | 18 |
17 # For device backend support. | 19 # For device backend support. |
18 "+device/core", | 20 "+device/core", |
19 "+device/hid", | 21 "+device/hid", |
20 "+device/usb", | 22 "+device/usb", |
21 | 23 |
22 # Only used in API tests that should be moved to extensions/browser/api/... | 24 # Only used in API tests that should be moved to extensions/browser/api/... |
23 "+net", | 25 "+net", |
24 | 26 |
25 "+ppapi", | 27 "+ppapi", |
26 "+storage/browser/quota", | 28 "+storage/browser/quota", |
27 "+sync/api", | 29 "+sync/api", |
28 | 30 |
29 # Disallow views to keep the binary size down. | 31 # Disallow views to keep the binary size down. |
30 "-ui/views", | 32 "-ui/views", |
31 | 33 |
32 "+third_party/cros_system_api", | 34 "+third_party/cros_system_api", |
33 | 35 |
34 "-webkit", | 36 "-webkit", |
35 ] | 37 ] |
OLD | NEW |