Copy default apps for managed users into artifacts directory (part 2)
[chromium-blink-merge.git] / webkit / DEPS
blobf33a73d54fa398b6cc7edcc0f28dce739e87b5b0
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/hyphen",
16   "+third_party/leveldatabase",
17   "+third_party/skia",
18   "+third_party/sqlite",
19   "+third_party/tcmalloc",
20   "+third_party/WebKit/Source/Platform/chromium",
21   "+third_party/WebKit/Source/WebKit/chromium",
22   "+v8",
24   # For databases/
25   "+sql",
27   # For gpu/
28   "+ui/gfx",
29   "+ui/gl",
30   "+gpu/command_buffer/client",
31   "+gpu/command_buffer/common",
32   "+gpu/command_buffer/service",
33   "+gpu/GLES2",
34   "+third_party/khronos/GLES2",
36   # For shared USB keycode conversion tables used by ppapi plugin code.
37   "+ui/base/keycodes",
39   # TODO(brettw) - review these; move up if it's ok, or remove the dependency
40   "+crypto",
41   "+net/base",
42   "+net/cookies",
43   "+net/ftp",
44   "+net/http",
45   "+net/proxy",
46   "+net/socket",
47   "+net/socket_stream",
48   "+net/test",
49   "+net/url_request",
50   "+net/websockets",
51   "+third_party/npapi/bindings",