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

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 - put back wrongly deleted DEPS file 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/plugins/renderer/DEPS b/components/plugins/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..656fe38d749c4457c4f387d0e077ed9ca847a9b9
--- /dev/null
+++ b/components/plugins/renderer/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ "+net",
+
+ "+content/public/renderer",
+ "+content/public/common",
+ "+content/public/test",
+ "+third_party/WebKit/public",
+ "+third_party/re2",
+ "+third_party/widevine",
+ "+skia",
+ "+webkit/common",
+ "+webkit/renderer",
+]

Powered by Google App Engine
This is Rietveld 408576698