| 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/omaha_client", | 6 "+components/omaha_client", |
| 7 "+components/pref_registry", | 7 "+components/pref_registry", |
| 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 "+content/shell/browser/shell_browser_context.h", | 13 "+content/shell/browser/shell_browser_context.h", |
| 14 "+content/shell/browser/shell_devtools_manager_delegate.h", | 14 "+content/shell/browser/shell_devtools_manager_delegate.h", |
| 15 "+content/shell/browser/shell_net_log.h", | 15 "+content/shell/browser/shell_net_log.h", |
| 16 "+content/shell/browser/shell_url_request_context_getter.h", | 16 "+content/shell/browser/shell_url_request_context_getter.h", |
| 17 | 17 |
| 18 # For device backend support. | 18 # For device backend support. |
| 19 "+device/core", | 19 "+device/core", |
| 20 "+device/hid", | 20 "+device/hid", |
| 21 "+device/usb", | 21 "+device/usb", |
| 22 | 22 |
| 23 "+google_apis/gaia", | 23 "+google_apis/gaia", |
| 24 | 24 |
| 25 "+net", | 25 "+net", |
| 26 | 26 |
| 27 "+ppapi", | 27 "+ppapi", |
| 28 "+storage/browser/quota", | 28 "+storage/browser/quota", |
| 29 "+sync/api", | 29 "+sync/api", |
| 30 "+third_party/skia/include", |
| 30 | 31 |
| 31 # Additional UI dependencies for app_shell. Note that no particular UI toolkit | 32 # Additional UI dependencies for app_shell. Note that no particular UI toolkit |
| 32 # is supported; only Aura and some necessary bits to set up display surfaces. | 33 # is supported; only Aura and some necessary bits to set up display surfaces. |
| 33 "+ui/aura", | 34 "+ui/aura", |
| 34 "+ui/chromeos", | 35 "+ui/chromeos", |
| 35 "+ui/display", | 36 "+ui/display", |
| 36 "+ui/wm", | 37 "+ui/wm", |
| 37 | 38 |
| 38 "+third_party/cros_system_api", | 39 "+third_party/cros_system_api", |
| 39 | 40 |
| 40 "-webkit", | 41 "-webkit", |
| 41 ] | 42 ] |
| OLD | NEW |