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

Unified Diff: components/plugins/renderer/DEPS

Issue 23606022: Move renderer plugin code into a new component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component - reply to comments and add namespace Created 7 years, 3 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
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",
]

Powered by Google App Engine
This is Rietveld 408576698