Index: webrtc/audio/DEPS |
diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS |
index f383c1456ba4c54b72bc6677ddda0a98eb3a4656..e72215dd793d189625ac79de4d95a89e55fe1ce4 100644 |
--- a/webrtc/audio/DEPS |
+++ b/webrtc/audio/DEPS |
@@ -15,3 +15,12 @@ include_rules = [ |
"+webrtc/system_wrappers", |
"+webrtc/voice_engine", |
] |
+ |
+specific_include_rules = { |
+ # 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", |
+ ], |
+} |
+ |