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

Unified Diff: content/content_browser.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 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 76d4fabdcff464dba4b2b3085993db03f85b6f89..6b89fc38ac46ca562d7b9ce421b23b22c87dddc5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -210,6 +210,8 @@
'browser/android/content_view_core_impl.h',
'browser/android/content_view_statics.cc',
'browser/android/content_view_statics.h',
+ 'browser/android/cookies_retriever_impl.cc',
+ 'browser/android/cookies_retriever_impl.h',
'browser/android/download_controller.cc',
'browser/android/download_controller.h',
'browser/android/devtools_auth.cc',
@@ -218,8 +220,12 @@
'browser/android/graphics_context.cc',
'browser/android/load_url_params.cc',
'browser/android/load_url_params.h',
+ 'browser/android/media_player_manager_android.cc',
+ 'browser/android/media_player_manager_android.h',
'browser/android/sandboxed_process_launcher.cc',
'browser/android/sandboxed_process_launcher.h',
+ 'browser/android/surface_texture_peer_browser_impl.cc',
+ 'browser/android/surface_texture_peer_browser_impl.h',
'browser/android/touch_point.cc',
'browser/android/touch_point.h',
'browser/android/web_contents_observer_android.cc',

Powered by Google App Engine
This is Rietveld 408576698