Always set *error when CreateDirectoryAndGetError fails.
[chromium-blink-merge.git] / webkit / DEPS
blobe07015ae54f55395d666c07891931e716ed90cc7
1 # checkdeps.py shouldn't check include paths for files in these dirs:
2 skip_child_includes = [
3   "build",
6 # Do NOT add chrome to the list below.  We shouldn't be including files from
7 # src/chrome in src/webkit.
8 include_rules = [
9   # For bridge/c/c_utility.h in npruntime_util.cc
10   "+bridge",
11   "+cc",
12   "+grit",  # For generated headers
13   "+skia",
14   "+third_party/angle",
15   "+third_party/angle_dx11",
16   "+third_party/hyphen",
17   "+third_party/leveldatabase",
18   "+third_party/skia",
19   "+third_party/sqlite",
20   "+third_party/tcmalloc",
21   "+third_party/WebKit/public/platform",
22   "+third_party/WebKit/public/web",
23   "+v8",
25   # For databases/
26   "+sql",
28   # For gpu/
29   "+ui/gfx",
30   "+ui/gl",
31   "+gpu/command_buffer/client",
32   "+gpu/command_buffer/common",
33   "+gpu/command_buffer/service",
34   "+gpu/GLES2",
35   "+third_party/khronos/GLES2",
37   # For shared USB keycode conversion tables used by ppapi plugin code.
38   "+ui/base/keycodes",
40   # TODO(brettw) - review these; move up if it's ok, or remove the dependency
41   "+crypto",
42   "+net",
43   "+third_party/npapi/bindings",
45   # webkit/support is only test support code, nothing outside of webkit/support
46   # should pull it in.
47   "-webkit/support",