| Index: webkit/DEPS
|
| diff --git a/webkit/DEPS b/webkit/DEPS
|
| index b9e958d48d2d942d39a313e3f4a2c985a6eec5ef..4571d4cc3acafa6f0213a6b1da210c2b16ee0f8f 100644
|
| --- a/webkit/DEPS
|
| +++ b/webkit/DEPS
|
| @@ -1,9 +1,18 @@
|
| +# checkdeps.py shouldn't check include paths for files in these dirs:
|
| +skip_child_includes = [
|
| + "build",
|
| +]
|
| +
|
| # Do NOT add chrome to the list below. We shouldn't be including files from
|
| # src/chrome in src/webkit.
|
| include_rules = [
|
| + # For bridge/c/c_utility.h in npruntime_util.cc
|
| + "+bridge",
|
| "+cc",
|
| "+grit", # For generated headers
|
| "+skia",
|
| + "+third_party/angle_dx11",
|
| + "+third_party/hyphen",
|
| "+third_party/leveldatabase",
|
| "+third_party/skia",
|
| "+third_party/sqlite",
|
| @@ -24,6 +33,9 @@ include_rules = [
|
| "+gpu/GLES2",
|
| "+third_party/khronos/GLES2",
|
|
|
| + # For shared USB keycode conversion tables used by ppapi plugin code.
|
| + "+ui/base/keycodes",
|
| +
|
| # TODO(brettw) - review these; move up if it's ok, or remove the dependency
|
| "+net",
|
| "+third_party/npapi/bindings",
|
|
|