• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  "-chrome",
3  "+chromeos",
4  "+components/user_prefs",
5  "+sync/api",
6  "+ui/shell",
7  "+webkit/common/user_agent/user_agent_util.h",
8
9  # TODO(jamescook): Remove these. http://crbug.com/305404
10  # Chrome pieces for bring-up.
11  "+chrome/common/chrome_paths.h",
12  "+chrome/browser/extensions/extension_prefs.h",
13
14  # Pieces of content_shell reused in app_shell.
15  "+content/shell/browser/shell_browser_context.h",
16]
17