Index: DEPS |
diff --git a/DEPS b/DEPS |
index 2878455048b1a19f02f559b8ea99836e60708386..821bda9eaba9c665d56573363aed2023baf8ef18 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -23,25 +23,6 @@ deps_os = { |
}, |
} |
-# Define rules for which include paths are allowed in our source. |
-include_rules = [ |
- # Base is only used to build Android APK tests and may not be referenced by |
- # WebRTC production code. |
- '-base', |
- '-chromium', |
- '+external/webrtc/webrtc', # Android platform build. |
- '+gflags', |
- '+libyuv', |
- '+net', |
- '+talk', |
- '+testing', |
- '+third_party', |
- '+unicode', |
- '+usrsctplib', |
- '+webrtc', |
- '+vpx', |
-] |
- |
hooks = [ |
{ |
# Check for legacy named top-level dir (named 'trunk'). |