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