| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+chromeos", | 3 "+chromeos", |
| 4 "+components/keyed_service", | 4 "+components/keyed_service", |
| 5 "+components/nacl/browser", | 5 "+components/nacl/browser", |
| 6 "+components/nacl/common", | 6 "+components/nacl/common", |
| 7 "+components/network_session_configurator/common", |
| 7 "+components/pref_registry", | 8 "+components/pref_registry", |
| 8 "+components/update_client", | 9 "+components/update_client", |
| 9 "+components/user_prefs", | 10 "+components/user_prefs", |
| 10 "+components/web_modal", | 11 "+components/web_modal", |
| 11 "+content/public/browser", | 12 "+content/public/browser", |
| 12 | 13 |
| 13 # Pieces of content_shell reused in app_shell. | 14 # Pieces of content_shell reused in app_shell. |
| 14 # TODO(jamescook): Eliminate these. http://crbug.com/438283 | 15 # TODO(jamescook): Eliminate these. http://crbug.com/438283 |
| 15 "+content/shell/browser/shell_application_mac.h", | 16 "+content/shell/browser/shell_application_mac.h", |
| 16 "+content/shell/browser/shell_browser_context.h", | 17 "+content/shell/browser/shell_browser_context.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 38 "+ui/aura", | 39 "+ui/aura", |
| 39 "+ui/chromeos", | 40 "+ui/chromeos", |
| 40 "+ui/display", | 41 "+ui/display", |
| 41 "+ui/ozone/public", | 42 "+ui/ozone/public", |
| 42 "+ui/wm", | 43 "+ui/wm", |
| 43 | 44 |
| 44 "+third_party/cros_system_api", | 45 "+third_party/cros_system_api", |
| 45 | 46 |
| 46 "-webkit", | 47 "-webkit", |
| 47 ] | 48 ] |
| OLD | NEW |