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