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

Side by Side Diff: media/media.gyp

Issue 10698134: Merge 143765 - Ensure media's buffered ranges always have a range that includes currentTime. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | media/tools/seek_tester/seek_tester.cc » ('j') | 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'base/media_log_event.h', 169 'base/media_log_event.h',
170 'base/media_posix.cc', 170 'base/media_posix.cc',
171 'base/media_switches.cc', 171 'base/media_switches.cc',
172 'base/media_switches.h', 172 'base/media_switches.h',
173 'base/media_win.cc', 173 'base/media_win.cc',
174 'base/message_loop_factory.cc', 174 'base/message_loop_factory.cc',
175 'base/message_loop_factory.h', 175 'base/message_loop_factory.h',
176 'base/pipeline.cc', 176 'base/pipeline.cc',
177 'base/pipeline.h', 177 'base/pipeline.h',
178 'base/pipeline_status.h', 178 'base/pipeline_status.h',
179 'base/ranges.cc',
179 'base/ranges.h', 180 'base/ranges.h',
180 'base/seekable_buffer.cc', 181 'base/seekable_buffer.cc',
181 'base/seekable_buffer.h', 182 'base/seekable_buffer.h',
182 'base/state_matrix.cc', 183 'base/state_matrix.cc',
183 'base/state_matrix.h', 184 'base/state_matrix.h',
184 'base/stream_parser.cc', 185 'base/stream_parser.cc',
185 'base/stream_parser.h', 186 'base/stream_parser.h',
186 'base/stream_parser_buffer.cc', 187 'base/stream_parser_buffer.cc',
187 'base/stream_parser_buffer.h', 188 'base/stream_parser_buffer.h',
188 'base/video_decoder.cc', 189 'base/video_decoder.cc',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1080 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1080 ], 1081 ],
1081 'sources': [ 1082 'sources': [
1082 'tools/media_bench/media_bench.cc', 1083 'tools/media_bench/media_bench.cc',
1083 ], 1084 ],
1084 }, 1085 },
1085 ], 1086 ],
1086 }] 1087 }]
1087 ], 1088 ],
1088 } 1089 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | media/tools/seek_tester/seek_tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698