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

Unified Diff: webkit/media/webkit_media.gypi

Issue 11859023: NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing) Base URL: https://chromium.googlesource.com/chromium/src.git@avda-review
Patch Set: Created 7 years, 11 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 | « media/media.gyp ('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 ade49ea4bf62a18581ba3d8647b911fbe6df36b1..338c62943cdbf3dc99aed4c278eadaab0a802817 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -41,7 +41,7 @@
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'sources': [
- 'android/audio_decoder_android.cc',
+ #'android/audio_decoder_android.cc',
'android/media_player_bridge_manager_impl.cc',
'android/media_player_bridge_manager_impl.h',
'android/stream_texture_factory_android.h',
@@ -105,14 +105,14 @@
}],
['OS == "android"', {
'sources!': [
- 'audio_decoder.cc',
- 'audio_decoder.h',
- 'filter_helpers.cc',
- 'filter_helpers.h',
- 'webmediaplayer_impl.cc',
- 'webmediaplayer_impl.h',
- 'webmediaplayer_proxy.cc',
- 'webmediaplayer_proxy.h',
+ #'audio_decoder.cc',
+ #'audio_decoder.h',
+ #'filter_helpers.cc',
+ #'filter_helpers.h',
+ #'webmediaplayer_impl.cc',
+ #'webmediaplayer_impl.h',
+ #'webmediaplayer_proxy.cc',
+ #'webmediaplayer_proxy.h',
],
'dependencies': [
'<(DEPTH)/media/media.gyp:player_android',
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698