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