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

Side by Side 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: rebase change 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'browser/android/content_startup_flags.cc', 221 'browser/android/content_startup_flags.cc',
222 'browser/android/content_startup_flags.h', 222 'browser/android/content_startup_flags.h',
223 'browser/android/content_video_view.cc', 223 'browser/android/content_video_view.cc',
224 'browser/android/content_video_view.h', 224 'browser/android/content_video_view.h',
225 'browser/android/content_view_core_impl.cc', 225 'browser/android/content_view_core_impl.cc',
226 'browser/android/content_view_core_impl.h', 226 'browser/android/content_view_core_impl.h',
227 'browser/android/content_view_render_view.cc', 227 'browser/android/content_view_render_view.cc',
228 'browser/android/content_view_render_view.h', 228 'browser/android/content_view_render_view.h',
229 'browser/android/content_view_statics.cc', 229 'browser/android/content_view_statics.cc',
230 'browser/android/content_view_statics.h', 230 'browser/android/content_view_statics.h',
231 'browser/android/cookie_getter_impl.cc',
232 'browser/android/cookie_getter_impl.h',
233 'browser/android/date_time_chooser_android.cc', 231 'browser/android/date_time_chooser_android.cc',
234 'browser/android/date_time_chooser_android.h', 232 'browser/android/date_time_chooser_android.h',
235 'browser/android/download_controller_android_impl.cc', 233 'browser/android/download_controller_android_impl.cc',
236 'browser/android/download_controller_android_impl.h', 234 'browser/android/download_controller_android_impl.h',
237 'browser/android/devtools_auth.cc', 235 'browser/android/devtools_auth.cc',
238 'browser/android/interstitial_page_delegate_android.cc', 236 'browser/android/interstitial_page_delegate_android.cc',
239 'browser/android/interstitial_page_delegate_android.h', 237 'browser/android/interstitial_page_delegate_android.h',
240 'browser/android/load_url_params.cc', 238 'browser/android/load_url_params.cc',
241 'browser/android/load_url_params.h', 239 'browser/android/load_url_params.h',
242 'browser/android/media_player_manager_android.cc', 240 'browser/android/media_player_manager_android.cc',
243 'browser/android/media_player_manager_android.h', 241 'browser/android/media_player_manager_android.h',
242 'browser/android/media_resource_getter_impl.cc',
243 'browser/android/media_resource_getter_impl.h',
244 'browser/android/surface_texture_peer_browser_impl.cc', 244 'browser/android/surface_texture_peer_browser_impl.cc',
245 'browser/android/surface_texture_peer_browser_impl.h', 245 'browser/android/surface_texture_peer_browser_impl.h',
246 'browser/android/sync_input_event_filter.h', 246 'browser/android/sync_input_event_filter.h',
247 'browser/android/sync_input_event_filter.cc', 247 'browser/android/sync_input_event_filter.cc',
248 'browser/android/touch_point.cc', 248 'browser/android/touch_point.cc',
249 'browser/android/touch_point.h', 249 'browser/android/touch_point.h',
250 'browser/android/tracing_intent_handler.cc', 250 'browser/android/tracing_intent_handler.cc',
251 'browser/android/tracing_intent_handler.h', 251 'browser/android/tracing_intent_handler.h',
252 'browser/android/web_contents_observer_android.cc', 252 'browser/android/web_contents_observer_android.cc',
253 'browser/android/web_contents_observer_android.h', 253 'browser/android/web_contents_observer_android.h',
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 ['exclude', '^browser/speech/'], 1270 ['exclude', '^browser/speech/'],
1271 ], 1271 ],
1272 }], 1272 }],
1273 ['linux_use_libgps==1', { 1273 ['linux_use_libgps==1', {
1274 'dependencies': [ 1274 'dependencies': [
1275 '../build/linux/system.gyp:libgps', 1275 '../build/linux/system.gyp:libgps',
1276 ], 1276 ],
1277 }], 1277 }],
1278 ], 1278 ],
1279 } 1279 }
OLDNEW
« no previous file with comments | « content/common/media/media_player_messages.h ('k') | content/renderer/media/webmediaplayer_proxy_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698