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

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

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: New tests, DCHECKS, style and default member initializers. 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/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index b8f5f2ebaf1b488680c8f24b76737d703559ea5c..58883048cc399550dd0ffde3871c5263ce14e28e 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -16,7 +16,6 @@ rtc_static_library("utility") {
"include/helpers_android.h",
"include/jvm_android.h",
"include/process_thread.h",
- "source/audio_frame_operations.cc",
"source/coder.cc",
"source/coder.h",
"source/file_player.cc",
@@ -38,10 +37,13 @@ rtc_static_library("utility") {
deps = [
"../..:webrtc_common",
+ "../../audio/utility:audio_frame_operations",
"../../base:rtc_task_queue",
"../../common_audio",
"../../system_wrappers",
"../audio_coding",
+ "../audio_coding:builtin_audio_decoder_factory",
+ "../audio_coding:rent_a_codec",
"../media_file",
]
}

Powered by Google App Engine
This is Rietveld 408576698