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

Unified Diff: webrtc/api/audio_codecs/opus/BUILD.gn

Issue 2944763002: Revert of Opus implementation of the AudioDecoderFactoryTemplate API (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | webrtc/api/audio_codecs/opus/audio_decoder_opus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/audio_codecs/opus/BUILD.gn
diff --git a/webrtc/api/audio_codecs/opus/BUILD.gn b/webrtc/api/audio_codecs/opus/BUILD.gn
index 5a388899674c1f71c0ba1ea0bbb07fdfb5236979..426403003eb9333fee124ee1b62014ee715cc708 100644
--- a/webrtc/api/audio_codecs/opus/BUILD.gn
+++ b/webrtc/api/audio_codecs/opus/BUILD.gn
@@ -41,16 +41,3 @@
"../../../modules/audio_coding:webrtc_opus",
]
}
-
-rtc_static_library("audio_decoder_opus") {
- sources = [
- "audio_decoder_opus.cc",
- "audio_decoder_opus.h",
- ]
- deps = [
- "..:audio_codecs_api",
- "../../..:webrtc_common",
- "../../../base:rtc_base_approved",
- "../../../modules/audio_coding:webrtc_opus",
- ]
-}
« no previous file with comments | « no previous file | webrtc/api/audio_codecs/opus/audio_decoder_opus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698