summaryrefslogtreecommitdiffstats
path: root/content/components/navigation_interception/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'content/components/navigation_interception/DEPS')
-rw-r--r--content/components/navigation_interception/DEPS13
1 files changed, 0 insertions, 13 deletions
diff --git a/content/components/navigation_interception/DEPS b/content/components/navigation_interception/DEPS
deleted file mode 100644
index 8ff1d13..0000000
--- a/content/components/navigation_interception/DEPS
+++ /dev/null
@@ -1,13 +0,0 @@
-include_rules = [
- "+content/public",
- "+net/url_request",
-
- # For generated JNI includes
- "+jni",
-]
-
-specific_include_rules = {
- '.*_(a-z)+test\.cc': [
- "+testing",
- ],
-}