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

Unified Diff: webkit/media/webkit_media.gypi

Issue 8844005: Don't attempt to decode audio data for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « webkit/media/audio_decoder_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 2763b47159e96edc0aca58e2d334ffac3cfb71b2..1fc075374ac4212a76646f611744ec1379393f7d 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -18,6 +18,7 @@
'active_loader.h',
'audio_decoder.cc',
'audio_decoder.h',
+ 'audio_decoder_android.cc',
'buffered_data_source.cc',
'buffered_data_source.h',
'buffered_resource_loader.cc',
@@ -45,6 +46,11 @@
'<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
],
}],
+ ['OS=="android"', {
+ 'sources!': [
+ 'audio_decoder.cc',
scherkus (not reviewing) 2011/12/08 06:48:26 does this mean we build audio_decoder_android.cc o
+ ],
+ }],
],
},
],
« no previous file with comments | « webkit/media/audio_decoder_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698