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

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: Fix cast. 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
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/decoder_buffer.cc', 313 'base/decoder_buffer.cc',
314 'base/decoder_buffer.h', 314 'base/decoder_buffer.h',
315 'base/decoder_buffer_queue.cc', 315 'base/decoder_buffer_queue.cc',
316 'base/decoder_buffer_queue.h', 316 'base/decoder_buffer_queue.h',
317 'base/decoder_factory.cc', 317 'base/decoder_factory.cc',
318 'base/decoder_factory.h', 318 'base/decoder_factory.h',
319 'base/decoder_status.cc',
320 'base/decoder_status.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',
323 'base/demuxer.cc', 325 'base/demuxer.cc',
324 'base/demuxer.h', 326 'base/demuxer.h',
325 'base/demuxer_stream.cc', 327 'base/demuxer_stream.cc',
326 'base/demuxer_stream.h', 328 'base/demuxer_stream.h',
327 'base/demuxer_stream_provider.cc', 329 'base/demuxer_stream_provider.cc',
328 'base/demuxer_stream_provider.h', 330 'base/demuxer_stream_provider.h',
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2064 'dependencies': [ 2066 'dependencies': [
2065 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2066 ], 2068 ],
2067 }], 2069 }],
2068 ], 2070 ],
2069 }, 2071 },
2070 ], 2072 ],
2071 }], 2073 }],
2072 ], 2074 ],
2073 } 2075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698