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

  # The content_shell is the canonical sample embedder, so it only uses
  # content's public API.
  "+content/public",

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

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