summaryrefslogtreecommitdiffstats
path: root/webkit/glue/DEPS
blob: 05f658c330ddda72fe500feee1767aaf960a6b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+app",
  "+media",
  "+net/third_party/parseftp",
  "+skia/ext",
  "+skia/include",
  "+webkit/tools/test_shell",  # Needed for test shell tests.

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

  # FIXME - refactor code and remove these dependencies
  "+chrome/browser",
  "+chrome/common",
]