summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",
]