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

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

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: sort #includes + git cl format 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 ec11b9fdf14eb01c09258c4ed04d96e2516764be..a93d424b06741b2e28d6b0394e8e3e9889dc4160 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -31,13 +31,13 @@ rtc_static_library("utility") {
deps = [
"../..:webrtc_common",
+ "../../api/audio_codec:builtin_audio_decoder_factory",
the sun 2017/02/02 21:02:29 Why needed here?
kwiberg-webrtc 2017/02/03 09:50:11 Not needed anymore. Removed.
"../../audio/utility:audio_frame_operations",
"../../base:rtc_task_queue",
"../../common_audio",
"../../system_wrappers",
"../audio_coding",
the sun 2017/02/02 21:02:29 Looks like this and the other audio_coding deps ca
kwiberg-webrtc 2017/02/03 09:50:11 Yes. Done.
"../audio_coding:audio_format_conversion",
- "../audio_coding:builtin_audio_decoder_factory",
"../audio_coding:rent_a_codec",
"../media_file",
]

Powered by Google App Engine
This is Rietveld 408576698