Index: components/plugins/renderer/DEPS |
diff --git a/components/navigation_interception/DEPS b/components/plugins/renderer/DEPS |
similarity index 32% |
copy from components/navigation_interception/DEPS |
copy to components/plugins/renderer/DEPS |
index cee4d3e1b1c93c92111e7ad3d30cf44af053d19e..46a1bf927fd9ae4b28924bd23c70a2187ddc014e 100644 |
--- a/components/navigation_interception/DEPS |
+++ b/components/plugins/renderer/DEPS |
@@ -1,8 +1,14 @@ |
include_rules = [ |
- "+jni", |
"+net", |
- "+content/public/browser", |
+ "+content/public/renderer", |
"+content/public/common", |
"+content/public/test", |
+ "+third_party/WebKit/public", |
+ "+third_party/re2", |
+ "+third_party/widevine", |
xhwang1
2013/09/19 19:45:07
could you please point to me where this is needed?
aberent
2013/09/20 17:12:53
It isn't. New patch coming that removes it. Origin
|
+ "+skia", |
+ "+webkit/common", |
+ "+webkit/renderer", |
+ "+ui/webui", |
] |