Chromium Code Reviews| Index: webrtc/audio/DEPS |
| diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS |
| index 63711ab4288bd3a6f6237f6bd724e0f44822bd38..739d15f00e13f57849737c2f5cac0fcb63c749d7 100644 |
| --- a/webrtc/audio/DEPS |
| +++ b/webrtc/audio/DEPS |
| @@ -8,3 +8,12 @@ include_rules = [ |
| "+webrtc/modules/rtp_rtcp", |
| "+webrtc/system_wrappers", |
| ] |
| + |
| +specific_include_rules = { |
| + "audio_receive_stream_unittest\.cc": [ |
| + "+webrtc/call/mock", |
| + ], |
| + "audio_send_stream_unittest\.cc": [ |
| + "+webrtc/call/mock", |
| + ], |
| +} |