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

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: Another rebase and accompanying changes. Created 4 years, 6 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
« no previous file with comments | « webrtc/api/peerconnectionproxy.h ('k') | webrtc/audio/audio_receive_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/DEPS
diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS
index b9605bb61179129fe1d63c6fb4a274a67e30b899..82c316536662b31bcbaa91186159d657fbecc83f 100644
--- a/webrtc/audio/DEPS
+++ b/webrtc/audio/DEPS
@@ -9,3 +9,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",
+ ],
+}
« no previous file with comments | « webrtc/api/peerconnectionproxy.h ('k') | webrtc/audio/audio_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698