summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
blob: 9eae70946e4ce4f6adf56bf57be5f586557f27da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Do NOT add chrome to the list below. We shouldn't be including files from
# src/chrome in src/webkit.
include_rules = [
  "+cc/blink",
  "+cc/output",
  "+gpu/GLES2",
  "+gpu/blink",
  "+gpu/command_buffer/client",
  "+gpu/command_buffer/common",
  "+gpu/command_buffer/service",
  "+gpu/skia_bindings",
  "+skia",
  "+third_party/WebKit/public/platform",
  "+third_party/khronos/GLES2",
  "+third_party/skia",
  "+ui/gfx",
  "+ui/gl",
]