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

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: Fix date and commit message Created 4 years, 10 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
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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 'dependencies': [ 2149 'dependencies': [
2148 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2150 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2149 ], 2151 ],
2150 }], 2152 }],
2151 ], 2153 ],
2152 }, 2154 },
2153 ], 2155 ],
2154 }], 2156 }],
2155 ], 2157 ],
2156 } 2158 }
OLDNEW
« media/filters/ffmpeg_audio_decoder.h ('K') | « media/filters/ffmpeg_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698