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

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

Issue 2472643003: Add audio_format_conversion to deps for audio_decoder_factory_interface. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index bbf4668627a1345e21d16ede496b96a26a19c90c..5673b91730fe851b1a6e9cde0d4ec21311c1ef92 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -68,6 +68,7 @@ rtc_source_set("audio_decoder_factory_interface") {
deps = [
":audio_decoder_interface",
":audio_format",
+ ":audio_format_conversion",
kwiberg-webrtc 2016/11/02 10:00:42 Thanks, but this doesn't look right. audio_decoder
kjellander_webrtc 2016/11/02 10:15:08 You're right. But as there are now downstream proj
kwiberg-webrtc 2016/11/02 10:23:14 Right. I'm not usually an "end justifies the means
"../../base:rtc_base_approved",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698