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