Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: webrtc/audio/DEPS

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698