include_rules = [
  "+chromeos",
  "+components/keyed_service",
  "+components/nacl/browser",
  "+components/nacl/common",
  "+components/omaha_query_params",
  "+components/pref_registry",
  "+components/user_prefs",
  "+components/web_modal",
  "+content/public/browser",

  # Pieces of content_shell reused in app_shell.
  "+content/shell/browser/shell_browser_context.h",
  "+content/shell/browser/shell_devtools_delegate.h",
  "+content/shell/browser/shell_net_log.h",

  # For device backend support.
  "+device/core",
  "+device/hid",
  "+device/usb",

  # Only used in API tests that should be moved to extensions/browser/api/...
  "+net",

  "+ppapi",
  "+storage/browser/quota",
  "+sync/api",

  # Disallow views to keep the binary size down.
  "-ui/views",

  "+third_party/cros_system_api",

  "-webkit",
]