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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2037623002: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove0
Patch Set: GN build fix 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/modules/utility/utility.gypi ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 31b1d5b4305649dc888cfc59d5d78a1af1eab615..f174ab9ea0fbc65e83d36f9151c37d70db24bb09 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -16,6 +16,14 @@ source_set("voice_engine") {
"channel_manager.h",
"channel_proxy.cc",
"channel_proxy.h",
+ "coder.cc",
+ "coder.h",
+ "file_player.h",
+ "file_player_impl.cc",
+ "file_player_impl.h",
+ "file_recorder.h",
+ "file_recorder_impl.cc",
+ "file_recorder_impl.h",
"include/voe_audio_processing.h",
"include/voe_base.h",
"include/voe_codec.h",
« no previous file with comments | « webrtc/modules/utility/utility.gypi ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698