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