summaryrefslogtreecommitdiffstats
path: root/content/shell/DEPS
blob: 10563e71c0ce469ab9e4fcd9f3858e0fed1b8e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",

  # Include the generated JNI headers
  "+jni",
]