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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10919075: Move android mediaplayer from render process to browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments and resolving merge conflicts Created 8 years, 3 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/support/platform_support_android.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 db0899244eb83436a1709b070a8364e32d449723..77bb53f0d7c7d658d81d0a0fc1e520cd5d38fea9 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -18,9 +18,15 @@
'android/audio_decoder_android.cc',
'android/media_metadata_android.cc',
'android/media_metadata_android.h',
+ 'android/media_player_bridge_manager_impl.cc',
+ 'android/media_player_bridge_manager_impl.h',
'android/stream_texture_factory_android.h',
'android/webmediaplayer_android.cc',
'android/webmediaplayer_android.h',
+ 'android/webmediaplayer_impl_android.cc',
+ 'android/webmediaplayer_impl_android.h',
+ 'android/webmediaplayer_in_process_android.cc',
+ 'android/webmediaplayer_in_process_android.h',
'android/webmediaplayer_manager_android.cc',
'android/webmediaplayer_manager_android.h',
'android/webmediaplayer_proxy_android.cc',
« no previous file with comments | « webkit/media/android/webmediaplayer_proxy_android.cc ('k') | webkit/support/platform_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698