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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Separated headers into :call_interfaces; update deps Created 4 years 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/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index bde074d99ab7f029f83190a27d58e9fdc463364c..bfc2372dd6414f3042efee728c6639eca3106df8 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -30,8 +30,8 @@ rtc_static_library("audio") {
deps = [
"..:webrtc_common",
"../api:audio_mixer_api",
- "../api:call_api",
"../base:rtc_base_approved",
+ "../call:call_interfaces",
"../common_audio",
"../modules/audio_device",
"../modules/audio_processing",

Powered by Google App Engine
This is Rietveld 408576698