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

Side by Side Diff: media/media.gyp

Issue 1834303005: Refactor audio and video decoder status into common file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 4 years, 8 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/filters/vpx_video_decoder.cc ('k') | media/mojo/services/mojo_audio_decoder.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 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'base/channel_mixer.cc', 303 'base/channel_mixer.cc',
304 'base/channel_mixer.h', 304 'base/channel_mixer.h',
305 'base/channel_mixing_matrix.cc', 305 'base/channel_mixing_matrix.cc',
306 'base/channel_mixing_matrix.h', 306 'base/channel_mixing_matrix.h',
307 'base/container_names.cc', 307 'base/container_names.cc',
308 'base/container_names.h', 308 'base/container_names.h',
309 'base/data_buffer.cc', 309 'base/data_buffer.cc',
310 'base/data_buffer.h', 310 'base/data_buffer.h',
311 'base/data_source.cc', 311 'base/data_source.cc',
312 'base/data_source.h', 312 'base/data_source.h',
313 'base/decode_status.cc',
314 'base/decode_status.h',
313 'base/decoder_buffer.cc', 315 'base/decoder_buffer.cc',
314 'base/decoder_buffer.h', 316 'base/decoder_buffer.h',
315 'base/decoder_buffer_queue.cc', 317 'base/decoder_buffer_queue.cc',
316 'base/decoder_buffer_queue.h', 318 'base/decoder_buffer_queue.h',
317 'base/decoder_factory.cc', 319 'base/decoder_factory.cc',
318 'base/decoder_factory.h', 320 'base/decoder_factory.h',
319 'base/decrypt_config.cc', 321 'base/decrypt_config.cc',
320 'base/decrypt_config.h', 322 'base/decrypt_config.h',
321 'base/decryptor.cc', 323 'base/decryptor.cc',
322 'base/decryptor.h', 324 'base/decryptor.h',
(...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'dependencies': [ 2068 'dependencies': [
2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2068 ], 2070 ],
2069 }], 2071 }],
2070 ], 2072 ],
2071 }, 2073 },
2072 ], 2074 ],
2073 }], 2075 }],
2074 ], 2076 ],
2075 } 2077 }
OLDNEW
« no previous file with comments | « media/filters/vpx_video_decoder.cc ('k') | media/mojo/services/mojo_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698