| Index: webrtc/audio/DEPS
|
| diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS
|
| index 5e43c34821a53742c4deea79aba60cb7e37dc1ec..66f66f4ee4b25f943d78a120cb7ea3e4b39935e0 100644
|
| --- a/webrtc/audio/DEPS
|
| +++ b/webrtc/audio/DEPS
|
| @@ -3,6 +3,7 @@ include_rules = [
|
| "+webrtc/voice_engine",
|
| "+webrtc/modules/audio_coding/codecs/mock",
|
| "+webrtc/call",
|
| + "+webrtc/logging/rtc_event_log",
|
| "+webrtc/modules/bitrate_controller",
|
| "+webrtc/modules/congestion_controller",
|
| "+webrtc/modules/pacing",
|
| @@ -11,12 +12,3 @@ include_rules = [
|
| "+webrtc/system_wrappers",
|
| "+webrtc/voice_engine",
|
| ]
|
| -
|
| -specific_include_rules = {
|
| - "audio_receive_stream_unittest\.cc": [
|
| - "+webrtc/call/mock",
|
| - ],
|
| - "audio_send_stream_unittest\.cc": [
|
| - "+webrtc/call/mock",
|
| - ],
|
| -}
|
|
|