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

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: adding dir check for returned file path 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 b82d96e25d209460ed227b4a6721e4e2d34b8884..c5111a03bb0af6fcee4fa3bc80ced53d3181fd47 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -226,8 +226,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',
@@ -239,6 +237,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