summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 16:16:40 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 16:16:40 +0000
commitc79b40115ebb129b329cb380d80b2e60d8fe0f42 (patch)
tree2d705fe8c12817a9d74b37ef3c345e5c839dbf54
parent49323b332beebc9836614e2951d9c7563833e6ba (diff)
downloadchromium_src-c79b40115ebb129b329cb380d80b2e60d8fe0f42.zip
chromium_src-c79b40115ebb129b329cb380d80b2e60d8fe0f42.tar.gz
chromium_src-c79b40115ebb129b329cb380d80b2e60d8fe0f42.tar.bz2
Remove mention of webkit/plugins from DEPS files.
BUG=265753 R=tburkard@chromium.org Review URL: https://codereview.chromium.org/22730004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216703 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/DEPS1
-rw-r--r--chrome/renderer/DEPS3
-rw-r--r--chrome/test/DEPS1
-rw-r--r--components/autofill/content/browser/DEPS1
-rw-r--r--content/plugin/DEPS1
5 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index a59a81a..09f2cd0 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -52,7 +52,6 @@ include_rules = [
# TODO(stuartmorgan): Remove these by refactoring necessary code out of
# webkit/. See crbug.com/146251
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
- "+webkit/plugins", # Defines some types that are marshalled over IPC.
# TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
# up webkit/. crbug.com/239710
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index d437fb2..3900f77 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -19,9 +19,6 @@ include_rules = [
"+webkit/glue",
"+webkit/renderer",
- # TODO(jam): eliminate all of these. http://crbug.com/263054
- "!webkit/plugins/plugin_constants.h",
-
"+third_party/npapi/bindings",
"+third_party/re2",
"+third_party/smhasher",
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index 8c88f2b..5a9fdbd 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -19,6 +19,5 @@ include_rules = [
"+sandbox/win/src",
"+sandbox/win/tests",
"+webkit/glue",
- "+webkit/plugins",
"+win8/test",
]
diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS
index 0b9fb92..fb768b6 100644
--- a/components/autofill/content/browser/DEPS
+++ b/components/autofill/content/browser/DEPS
@@ -9,7 +9,6 @@ include_rules = [
"+sql",
"+third_party/libjingle",
"+third_party/libphonenumber", # For phone number i18n.
- "+webkit/plugins/webplugininfo.h",
]
specific_include_rules = {
diff --git a/content/plugin/DEPS b/content/plugin/DEPS
index 71cb2f3..a87bacc 100644
--- a/content/plugin/DEPS
+++ b/content/plugin/DEPS
@@ -6,6 +6,5 @@ include_rules = [
"+skia/ext",
"+third_party/npapi",
"+webkit/glue",
- "+webkit/plugins",
]