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

Unified Diff: webrtc/api/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/DEPS ('k') | webrtc/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 20cf3fa2b6d4915bc9ca1f12c3b2271b345ffcc1..e838e7ed544e9fa8f64357ec8baed28a3c839244 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -20,11 +20,7 @@ group("api") {
rtc_source_set("call_api") {
sources = [
- "call/audio_receive_stream.h",
- "call/audio_send_stream.cc",
- "call/audio_send_stream.h",
"call/audio_sink.h",
- "call/audio_state.h",
"call/flexfec_receive_stream.h",
]
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698