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

Unified Diff: media/media.gyp

Issue 100503006: Cleanup OPUS decoder. Remove extraneous transforms and copies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 7 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index fe3b797776c01bc1b22d9951752ed74a52004162..97e2f5dfba90ce5ccd4dd25dd947f462c85cea44 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -560,6 +560,10 @@
'base/media.h',
'base/media_stub.cc',
],
+ 'sources!': [
+ 'filters/opus_audio_decoder.cc',
+ 'filters/opus_audio_decoder.h',
+ ],
'conditions': [
['android_webview_build==0', {
'dependencies': [
« media/filters/audio_renderer_impl.cc ('K') | « media/filters/opus_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698