summaryrefslogtreecommitdiffstats
path: root/content/common/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 05:06:48 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 05:06:48 +0000
commitdac6a5ac4fff22f2070a99c71472146aebe0192d (patch)
treee311e966952ea95f242e1b56c33354a5532206c7 /content/common/DEPS
parent977a14f06dbb9e9371332e5d7952e923095558fb (diff)
downloadchromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.zip
chromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.tar.gz
chromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.tar.bz2
Split PepperPluginRegistry into the pieces that are needed in each process. content/common only needed a simple method to get the list of pepper plugins. The zygote specific method moves to content/zygote. The rest moves to content/renderer, as that has dependencies on the pepper implementation which depends on blink.
BUG=263054 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/20172004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/DEPS')
-rw-r--r--content/common/DEPS3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/DEPS b/content/common/DEPS
index d60a74e..2e11e26 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -6,9 +6,6 @@ include_rules = [
"-webkit/child",
"-webkit/renderer",
- # TODO(jam): remove this
- "+content/renderer/pepper/plugin_module.h",
-
# TODO(ananta|jamesr|scottmg) http://crbug.com/237249
"!webkit/child/websocketstreamhandle_impl.h",