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

Side by Side Diff: media/media.gyp

Issue 10269022: Add StreamParserBuffer to ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT Created 8 years, 7 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/chunk_demuxer.cc ('k') | media/webm/webm_cluster_parser.h » ('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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'base/message_loop_factory.h', 171 'base/message_loop_factory.h',
172 'base/pipeline.cc', 172 'base/pipeline.cc',
173 'base/pipeline.h', 173 'base/pipeline.h',
174 'base/pipeline_status.h', 174 'base/pipeline_status.h',
175 'base/seekable_buffer.cc', 175 'base/seekable_buffer.cc',
176 'base/seekable_buffer.h', 176 'base/seekable_buffer.h',
177 'base/state_matrix.cc', 177 'base/state_matrix.cc',
178 'base/state_matrix.h', 178 'base/state_matrix.h',
179 'base/stream_parser.cc', 179 'base/stream_parser.cc',
180 'base/stream_parser.h', 180 'base/stream_parser.h',
181 'base/stream_parser_buffer.cc',
182 'base/stream_parser_buffer.h',
181 'base/video_decoder_config.cc', 183 'base/video_decoder_config.cc',
182 'base/video_decoder_config.h', 184 'base/video_decoder_config.h',
183 'base/video_frame.cc', 185 'base/video_frame.cc',
184 'base/video_frame.h', 186 'base/video_frame.h',
185 'base/video_util.cc', 187 'base/video_util.cc',
186 'base/video_util.h', 188 'base/video_util.h',
187 'crypto/aes_decryptor.cc', 189 'crypto/aes_decryptor.cc',
188 'crypto/aes_decryptor.h', 190 'crypto/aes_decryptor.h',
189 'ffmpeg/ffmpeg_common.cc', 191 'ffmpeg/ffmpeg_common.cc',
190 'ffmpeg/ffmpeg_common.h', 192 'ffmpeg/ffmpeg_common.h',
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1045 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1044 ], 1046 ],
1045 'sources': [ 1047 'sources': [
1046 'tools/media_bench/media_bench.cc', 1048 'tools/media_bench/media_bench.cc',
1047 ], 1049 ],
1048 }, 1050 },
1049 ], 1051 ],
1050 }] 1052 }]
1051 ], 1053 ],
1052 } 1054 }
OLDNEW
« no previous file with comments | « media/filters/chunk_demuxer.cc ('k') | media/webm/webm_cluster_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698