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

Unified Diff: media/media.gyp

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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 2b64447b16d839c9fcb3e94f5e5b1499687cf112..579086938f8a646854b11fb516ba1bc00726cd55 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -181,10 +181,10 @@
'audio/win/wavein_input_win.h',
'audio/win/waveout_output_win.cc',
'audio/win/waveout_output_win.h',
- 'base/android/cookie_getter.cc',
- 'base/android/cookie_getter.h',
'base/android/media_player_bridge_manager.cc',
'base/android/media_player_bridge_manager.h',
+ 'base/android/media_resource_getter.cc',
+ 'base/android/media_resource_getter.h',
'base/audio_capturer_source.h',
'base/audio_converter.cc',
'base/audio_converter.h',

Powered by Google App Engine
This is Rietveld 408576698