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

Side by Side Diff: media/media.gyp

Issue 1685683004: Move media::AudioCodec to its own source file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « media/ffmpeg/ffmpeg_common.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'audio/win/waveout_output_win.h', 228 'audio/win/waveout_output_win.h',
229 'base/audio_block_fifo.cc', 229 'base/audio_block_fifo.cc',
230 'base/audio_block_fifo.h', 230 'base/audio_block_fifo.h',
231 'base/audio_buffer.cc', 231 'base/audio_buffer.cc',
232 'base/audio_buffer.h', 232 'base/audio_buffer.h',
233 'base/audio_buffer_converter.cc', 233 'base/audio_buffer_converter.cc',
234 'base/audio_buffer_converter.h', 234 'base/audio_buffer_converter.h',
235 'base/audio_buffer_queue.cc', 235 'base/audio_buffer_queue.cc',
236 'base/audio_buffer_queue.h', 236 'base/audio_buffer_queue.h',
237 'base/audio_capturer_source.h', 237 'base/audio_capturer_source.h',
238 'base/audio_codecs.cc',
239 'base/audio_codecs.h',
238 'base/audio_converter.cc', 240 'base/audio_converter.cc',
239 'base/audio_converter.h', 241 'base/audio_converter.h',
240 'base/audio_decoder.cc', 242 'base/audio_decoder.cc',
241 'base/audio_decoder.h', 243 'base/audio_decoder.h',
242 'base/audio_decoder_config.cc', 244 'base/audio_decoder_config.cc',
243 'base/audio_decoder_config.h', 245 'base/audio_decoder_config.h',
244 'base/audio_discard_helper.cc', 246 'base/audio_discard_helper.cc',
245 'base/audio_discard_helper.h', 247 'base/audio_discard_helper.h',
246 'base/audio_fifo.cc', 248 'base/audio_fifo.cc',
247 'base/audio_fifo.h', 249 'base/audio_fifo.h',
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 'dependencies': [ 2186 'dependencies': [
2185 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2187 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2186 ], 2188 ],
2187 }], 2189 }],
2188 ], 2190 ],
2189 }, 2191 },
2190 ], 2192 ],
2191 }], 2193 }],
2192 ], 2194 ],
2193 } 2195 }
OLDNEW
« no previous file with comments | « media/ffmpeg/ffmpeg_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698