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

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 - fix ios builds 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 | « components/plugins/OWNERS ('k') | components/plugins/renderer/mobile_youtube_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/DEPS
diff --git a/components/plugins/renderer/DEPS b/components/plugins/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..40b689d6640d21edc42e9f866d025b3bc5f1a853
--- /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",
+ "+skia",
+ "+webkit/common",
+ "+webkit/renderer",
+ "+ui/webui",
+]
« no previous file with comments | « components/plugins/OWNERS ('k') | components/plugins/renderer/mobile_youtube_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698