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

Unified Diff: webrtc/modules/utility/BUILD.gn

Issue 2622493002: Move FilePlayer and FileRecorder to Voice Engine (Closed)
Patch Set: Created 3 years, 11 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
Index: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index edd428fe096c22f80b95cb253a341ebb4c3a856f..48cbf793ed5ebf5b57c53f2c4039c717c8d13d7c 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -11,15 +11,9 @@ import("../../build/webrtc.gni")
rtc_static_library("utility") {
sources = [
"include/audio_frame_operations.h",
- "include/file_player.h",
- "include/file_recorder.h",
"include/helpers_android.h",
"include/jvm_android.h",
"include/process_thread.h",
- "source/coder.cc",
- "source/coder.h",
- "source/file_player.cc",
- "source/file_recorder.cc",
"source/helpers_android.cc",
"source/jvm_android.cc",
"source/process_thread_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698