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

Unified Diff: webrtc/call/BUILD.gn

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Added <set> include after presubmit complained. 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
« no previous file with comments | « webrtc/call.h ('k') | webrtc/call/audio_receive_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 64829e9b9d43e8ff07c023523b6ca65bf3449210..5572941f30efeec1f7d8497b333ef4d24ec7f3de 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -8,6 +8,16 @@
import("../build/webrtc.gni")
+rtc_source_set("call_interfaces") {
+ sources = [
+ "audio_receive_stream.h",
+ "audio_send_stream.cc",
+ "audio_send_stream.h",
+ "audio_state.h",
+ "call.h",
+ ]
+}
+
rtc_static_library("call") {
sources = [
"bitrate_allocator.cc",
@@ -22,10 +32,12 @@ rtc_static_library("call") {
}
public_deps = [
+ ":call_interfaces",
"../api:call_api",
]
deps = [
+ ":call_interfaces",
"..:webrtc_common",
"../api:transport_api",
"../audio",
« no previous file with comments | « webrtc/call.h ('k') | webrtc/call/audio_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698