Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1401)

Unified Diff: webkit/DEPS

Issue 41703005: Revert "Trim more dead code from webkit/support/" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/webkit_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/test/webkit_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698