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

Unified Diff: content/content_browser.gypi

Issue 12595005: Parsing filesystem url before giving it to media player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 7 years, 9 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 733a0ba6ab2d5585eb14aba7acf2bc2266863789..804dea4afe9b594e9c79d2b2d6614088e1b45fad 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -224,8 +224,6 @@
'browser/android/content_view_render_view.h',
'browser/android/content_view_statics.cc',
'browser/android/content_view_statics.h',
- 'browser/android/cookie_getter_impl.cc',
- 'browser/android/cookie_getter_impl.h',
'browser/android/date_time_chooser_android.cc',
'browser/android/date_time_chooser_android.h',
'browser/android/download_controller_android_impl.cc',
@@ -237,6 +235,8 @@
'browser/android/load_url_params.h',
'browser/android/media_player_manager_android.cc',
'browser/android/media_player_manager_android.h',
+ 'browser/android/media_resource_getter_impl.cc',
+ 'browser/android/media_resource_getter_impl.h',
'browser/android/sandboxed_process_launcher.cc',
'browser/android/sandboxed_process_launcher.h',
'browser/android/surface_texture_peer_browser_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698