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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10073016: Upstream WebMediaPlayerAndroid as WebKit::WebMediaPlayer implementation on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small changes to address comments Created 8 years, 8 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 | « webkit/media/android/webmediaplayer_proxy_android.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | 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 fb62d197c422a87e32656788a73f7bded30a6ac4..cdac9c7e2afb09e1b601c1edc9514d837019f241 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -15,6 +15,10 @@
],
'sources': [
'android/audio_decoder_android.cc',
+ 'android/webmediaplayer_android.cc',
+ 'android/webmediaplayer_android.h',
+ 'android/webmediaplayer_proxy_android.cc',
+ 'android/webmediaplayer_proxy_android.h',
'active_loader.cc',
'active_loader.h',
'audio_decoder.cc',
@@ -34,6 +38,8 @@
'webmediaplayer_impl.h',
'webmediaplayer_proxy.cc',
'webmediaplayer_proxy.h',
+ 'webmediaplayer_util.cc',
+ 'webmediaplayer_util.h',
'webvideoframe_impl.cc',
'webvideoframe_impl.h',
],
@@ -43,12 +49,19 @@
'<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
],
}],
- ['OS=="android"', {
+ ['OS == "android"', {
'sources!': [
'audio_decoder.cc',
'webmediaplayer_impl.cc',
'webmediaplayer_impl.h',
],
+ 'dependencies': [
+ '<(DEPTH)/media/media.gyp:player_android',
+ ],
+ }, { # OS != "android"'
+ 'sources/': [
+ ['exclude', '^android/'],
+ ],
}],
],
},
« no previous file with comments | « webkit/media/android/webmediaplayer_proxy_android.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698