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

Side by Side Diff: media/media.gyp

Issue 1234483003: Prevent seeking when Android MediaPlayer reports that it's not possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from qinmin. Created 5 years, 5 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
« no previous file with comments | « media/base/android/media_player_bridge_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 '../ui/gfx/gfx.gyp:gfx_geometry', 1124 '../ui/gfx/gfx.gyp:gfx_geometry',
1125 '../ui/gfx/gfx.gyp:gfx_test_support', 1125 '../ui/gfx/gfx.gyp:gfx_test_support',
1126 '../url/url.gyp:url_lib', 1126 '../url/url.gyp:url_lib',
1127 ], 1127 ],
1128 'sources': [ 1128 'sources': [
1129 'base/android/access_unit_queue_unittest.cc', 1129 'base/android/access_unit_queue_unittest.cc',
1130 'base/android/media_codec_bridge_unittest.cc', 1130 'base/android/media_codec_bridge_unittest.cc',
1131 'base/android/media_codec_decoder_unittest.cc', 1131 'base/android/media_codec_decoder_unittest.cc',
1132 'base/android/media_codec_player_unittest.cc', 1132 'base/android/media_codec_player_unittest.cc',
1133 'base/android/media_drm_bridge_unittest.cc', 1133 'base/android/media_drm_bridge_unittest.cc',
1134 'base/android/media_player_bridge_unittest.cc',
1134 'base/android/media_source_player_unittest.cc', 1135 'base/android/media_source_player_unittest.cc',
1135 'base/android/test_data_factory.cc', 1136 'base/android/test_data_factory.cc',
1136 'base/android/test_data_factory.h', 1137 'base/android/test_data_factory.h',
1137 'base/android/test_statistics.h', 1138 'base/android/test_statistics.h',
1138 'base/audio_block_fifo_unittest.cc', 1139 'base/audio_block_fifo_unittest.cc',
1139 'base/audio_buffer_converter_unittest.cc', 1140 'base/audio_buffer_converter_unittest.cc',
1140 'base/audio_buffer_queue_unittest.cc', 1141 'base/audio_buffer_queue_unittest.cc',
1141 'base/audio_buffer_unittest.cc', 1142 'base/audio_buffer_unittest.cc',
1142 'base/audio_bus_unittest.cc', 1143 'base/audio_bus_unittest.cc',
1143 'base/audio_converter_unittest.cc', 1144 'base/audio_converter_unittest.cc',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1991 'dependencies': [ 1992 'dependencies': [
1992 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1993 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1993 ], 1994 ],
1994 }], 1995 }],
1995 ], 1996 ],
1996 }, 1997 },
1997 ], 1998 ],
1998 }], 1999 }],
1999 ], 2000 ],
2000 } 2001 }
OLDNEW
« no previous file with comments | « media/base/android/media_player_bridge_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698