Index: webrtc/audio/DEPS |
diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS |
index 1bace55a5ae28c1655cd103268235ffb12786160..da9e8e1c81c9425f60daa86ae8726661b708145a 100644 |
--- a/webrtc/audio/DEPS |
+++ b/webrtc/audio/DEPS |
@@ -15,3 +15,15 @@ include_rules = [ |
"+webrtc/system_wrappers", |
"+webrtc/voice_engine", |
] |
+ |
+specific_include_rules = { |
+ "audio_send_stream.cc": [ |
+ "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h", |
+ ], |
+ # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h |
+ # has moved to api/, or when the proper mocks have been made. |
+ "audio_send_stream_unittest.cc": [ |
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", |
+ ], |
+} |
+ |