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