include_rules = [
  "-chrome",
  "+chromeos",
  "+components/user_prefs",
  "+sync/api",
  "+ui/shell",
  "+webkit/common/user_agent/user_agent_util.h",

  # TODO(jamescook): Remove these. http://crbug.com/305404
  # Chrome pieces for bring-up.
  "+chrome/common/chrome_paths.h",
  "+chrome/browser/extensions/extension_prefs.h",

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