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