summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/DEPS3
-rw-r--r--chrome/test/DEPS4
-rw-r--r--content/DEPS3
-rw-r--r--content/renderer/DEPS1
4 files changed, 3 insertions, 8 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index c20594d..f0a66f70 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -24,9 +24,6 @@ include_rules = [
"+content/test/net",
"+content/test/browser_test_base.h", # http://crbug.com/90448
- # TODO(ben): remove this
- "+content/public/browser/native_web_keyboard_event.h",
-
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-webkit",
"-tools",
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index e87cf60..cd7cd3f 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -9,8 +9,8 @@ include_rules = [
# within content/ and a test within chrome/.
"+content/public",
- # TODO(joi): Need to remove all of these and use only content/public
- # and content/test. http://crbug.com/98716
+ # TODO(joi): Need to remove all of these and use only content/public, see
+ # http://crbug.com/98716
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
"+content/common/debug_flags.h",
"+content/common/injection_test_dll.h",
diff --git a/content/DEPS b/content/DEPS
index a437971..ce5b503 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -16,9 +16,6 @@ include_rules = [
"+content/public/test",
"+content/test",
- # TODO(ben): remove this
- "+content/public/browser/native_web_keyboard_event.h",
-
"+grit/content_resources.h",
"+grit/webkit_chromium_resources.h",
"+grit/webkit_resources.h",
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index 7ad2f05..2fbdf2e 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+chrome/test",
"+content/public/renderer",
+ "+content/public/browser/native_web_keyboard_event.h", # For tests.
"+jingle/glue",
"+media", # For audio input/output and audio/video decoding.
"+third_party/libjingle",