OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chromeos", | 2 "+chromeos", |
3 "+components/keyed_service", | 3 "+components/keyed_service", |
| 4 "+components/nacl/browser", |
| 5 "+components/nacl/common", |
4 "+components/omaha_query_params", | 6 "+components/omaha_query_params", |
5 "+components/pref_registry", | 7 "+components/pref_registry", |
6 "+components/user_prefs", | 8 "+components/user_prefs", |
7 "+content/public/browser", | 9 "+content/public/browser", |
8 "+third_party/cros_system_api", | |
9 | 10 |
10 # Pieces of content_shell reused in app_shell. | 11 # Pieces of content_shell reused in app_shell. |
11 "+content/shell/browser/shell_browser_context.h", | 12 "+content/shell/browser/shell_browser_context.h", |
12 "+content/shell/browser/shell_devtools_delegate.h", | 13 "+content/shell/browser/shell_devtools_delegate.h", |
13 "+content/shell/browser/shell_net_log.h", | 14 "+content/shell/browser/shell_net_log.h", |
14 | 15 |
15 # For device backend support. | 16 # For device backend support. |
16 "+device/hid", | 17 "+device/hid", |
17 | 18 |
18 # Only used in API tests that should be moved to extensions/browser/api/... | 19 # Only used in API tests that should be moved to extensions/browser/api/... |
19 "+net", | 20 "+net", |
20 | 21 |
| 22 "+ppapi", |
21 "+sync/api", | 23 "+sync/api", |
22 | 24 |
23 # Disallow views to keep the binary size down. | 25 # Disallow views to keep the binary size down. |
24 "-ui/views", | 26 "-ui/views", |
25 | 27 |
| 28 "+third_party/cros_system_api", |
| 29 |
26 "-webkit", | 30 "-webkit", |
27 "+webkit/browser/quota", | 31 "+webkit/browser/quota", |
28 ] | 32 ] |
OLD | NEW |