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