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

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

Issue 2472643003: Add audio_format_conversion to deps for audio_decoder_factory_interface. (Closed)
Patch Set: Spell fix 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..f6188a0425742dcbbb67b60190aebcc6f135dc14 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -68,6 +68,10 @@ rtc_source_set("audio_decoder_factory_interface") {
deps = [
":audio_decoder_interface",
":audio_format",
+
+ # TODO(charujain): Clean this dependency when downstream projects are
+ # updated to properly depend on audio_format_conversion target.
+ ":audio_format_conversion",
"../../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