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

Unified Diff: webrtc/audio/DEPS

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix for failing tests. Created 4 years, 9 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 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",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698