| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos", | 2 "+chromeos", |
| 3 "+components/devtools_discovery", | 3 "+components/devtools_discovery", |
| 4 "+components/devtools_http_handler", | 4 "+components/devtools_http_handler", |
| 5 "+components/keyed_service", | 5 "+components/keyed_service", |
| 6 "+components/nacl/browser", | 6 "+components/nacl/browser", |
| 7 "+components/nacl/common", | 7 "+components/nacl/common", |
| 8 "+components/network_session_configurator/switches.h", | 8 "+components/network_session_configurator/switches.h", |
| 9 "+components/pref_registry", | 9 "+components/pref_registry", |
| 10 "+components/sync/api", |
| 10 "+components/update_client", | 11 "+components/update_client", |
| 11 "+components/user_prefs", | 12 "+components/user_prefs", |
| 12 "+components/web_modal", | 13 "+components/web_modal", |
| 13 "+content/public/browser", | 14 "+content/public/browser", |
| 14 | 15 |
| 15 # Pieces of content_shell reused in app_shell. | 16 # Pieces of content_shell reused in app_shell. |
| 16 # TODO(jamescook): Eliminate these. http://crbug.com/438283 | 17 # TODO(jamescook): Eliminate these. http://crbug.com/438283 |
| 17 "+content/shell/browser/shell_application_mac.h", | 18 "+content/shell/browser/shell_application_mac.h", |
| 18 "+content/shell/browser/shell_browser_context.h", | 19 "+content/shell/browser/shell_browser_context.h", |
| 19 "+content/shell/browser/shell_devtools_manager_delegate.h", | 20 "+content/shell/browser/shell_devtools_manager_delegate.h", |
| 20 "+content/shell/browser/shell_url_request_context_getter.h", | 21 "+content/shell/browser/shell_url_request_context_getter.h", |
| 21 | 22 |
| 22 # For device backend support. | 23 # For device backend support. |
| 23 "+device/bluetooth", | 24 "+device/bluetooth", |
| 24 "+device/core", | 25 "+device/core", |
| 25 "+device/hid", | 26 "+device/hid", |
| 26 "+device/usb", | 27 "+device/usb", |
| 27 | 28 |
| 28 "+gin", | 29 "+gin", |
| 29 | 30 |
| 30 "+google_apis/gaia", | 31 "+google_apis/gaia", |
| 31 | 32 |
| 32 "+net", | 33 "+net", |
| 33 | 34 |
| 34 "+ppapi", | 35 "+ppapi", |
| 35 "+storage/browser/quota", | 36 "+storage/browser/quota", |
| 36 "+sync/api", | |
| 37 "+third_party/skia/include", | 37 "+third_party/skia/include", |
| 38 | 38 |
| 39 # Additional UI dependencies for app_shell. Note that no particular UI toolkit | 39 # Additional UI dependencies for app_shell. Note that no particular UI toolkit |
| 40 # is supported; only Aura and some necessary bits to set up display surfaces. | 40 # is supported; only Aura and some necessary bits to set up display surfaces. |
| 41 "+ui/aura", | 41 "+ui/aura", |
| 42 "+ui/chromeos", | 42 "+ui/chromeos", |
| 43 "+ui/display", | 43 "+ui/display", |
| 44 "+ui/ozone/public", | 44 "+ui/ozone/public", |
| 45 "+ui/wm", | 45 "+ui/wm", |
| 46 | 46 |
| 47 "+third_party/cros_system_api", | 47 "+third_party/cros_system_api", |
| 48 | 48 |
| 49 "-webkit", | 49 "-webkit", |
| 50 ] | 50 ] |
| OLD | NEW |