Index: DEPS |
diff --git a/DEPS b/DEPS |
index 5aa8a4d3057a248bc811121de4e36289122bbdf2..ed33e9a3177bfc1794f2903123b532aed0fff908 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'). |