OLD | NEW |
(Empty) | |
| 1 include_rules = [ |
| 2 # TODO(jamescook): Remove these. http://crbug.com/305404 |
| 3 # Chrome pieces for app_shell bring-up. |
| 4 "+chrome/browser/extensions/extension_protocols.h", |
| 5 "+chrome/browser/extensions/extension_resource_protocols.h", |
| 6 "+chrome/common/chrome_paths.h", |
| 7 "+chrome/common/extensions/extension_file_util.h", |
| 8 |
| 9 "+chromeos", |
| 10 "+components/user_prefs", |
| 11 |
| 12 # Override apps/DEPS to be more selective about content includes. |
| 13 "-content", |
| 14 "+content/public/browser", |
| 15 "+content/public/common", |
| 16 "+content/public/test", |
| 17 |
| 18 # Pieces of content_shell reused in app_shell. |
| 19 "+content/shell/browser/shell_browser_context.h", |
| 20 |
| 21 "+sync/api", |
| 22 ] |
OLD | NEW |