summaryrefslogtreecommitdiffstats
path: root/content/shell/DEPS
blob: 12c77282396c2e66308309ff006aa72ec72e1c51 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+content",
  "+v8/include",

  # The content_shell is an embedder so it must work with resource bundles.
  "+ui/base/resource",

  # Shell resources
  "+grit/shell_resources.h",
]