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

Unified Diff: components/plugins/renderer/DEPS

Issue 27197004: Move renderer plugin code into a new component (re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component (re-land) - fix nit and rebase 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..088d9e6fa0af4bdaf39fbabe69f133bfb7660292
--- /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/base/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