summaryrefslogtreecommitdiffstats
path: root/webkit/glue/DEPS
blob: 629d0b4c4ef3cdf2876e6bb1476d251397a65431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+gpu",
  "+media/filters",
  "+skia/ext",
  "+skia/include",
  "+ui",
  "+webkit/tools/test_shell",  # Needed for test shell tests.

  "+jni", # Needed for Android's java-generated bindings

  # This is not actually a directory, but npruntime_util.cc includes a file
  # from WebKit starting with this path in JSCore mode.
  "+bindings/c",
]