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

Side by Side Diff: media/media.gyp

Issue 17112016: Add new class AudioBufferQueue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'base/multi_channel_resampler.h', 273 'base/multi_channel_resampler.h',
274 'base/pipeline.cc', 274 'base/pipeline.cc',
275 'base/pipeline.h', 275 'base/pipeline.h',
276 'base/pipeline_status.cc', 276 'base/pipeline_status.cc',
277 'base/pipeline_status.h', 277 'base/pipeline_status.h',
278 'base/ranges.cc', 278 'base/ranges.cc',
279 'base/ranges.h', 279 'base/ranges.h',
280 'base/sample_format.cc', 280 'base/sample_format.cc',
281 'base/sample_format.h', 281 'base/sample_format.h',
282 'base/scoped_histogram_timer.h', 282 'base/scoped_histogram_timer.h',
283 'base/seekable_audio_buffer.cc',
284 'base/seekable_audio_buffer.h',
283 'base/seekable_buffer.cc', 285 'base/seekable_buffer.cc',
284 'base/seekable_buffer.h', 286 'base/seekable_buffer.h',
285 'base/serial_runner.cc', 287 'base/serial_runner.cc',
286 'base/serial_runner.h', 288 'base/serial_runner.h',
287 'base/simd/convert_rgb_to_yuv.h', 289 'base/simd/convert_rgb_to_yuv.h',
288 'base/simd/convert_rgb_to_yuv_c.cc', 290 'base/simd/convert_rgb_to_yuv_c.cc',
289 'base/simd/convert_yuv_to_rgb.h', 291 'base/simd/convert_yuv_to_rgb.h',
290 'base/simd/convert_yuv_to_rgb_c.cc', 292 'base/simd/convert_yuv_to_rgb_c.cc',
291 'base/simd/filter_yuv.h', 293 'base/simd/filter_yuv.h',
292 'base/simd/filter_yuv_c.cc', 294 'base/simd/filter_yuv_c.cc',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'base/data_buffer_unittest.cc', 915 'base/data_buffer_unittest.cc',
914 'base/decoder_buffer_queue_unittest.cc', 916 'base/decoder_buffer_queue_unittest.cc',
915 'base/decoder_buffer_unittest.cc', 917 'base/decoder_buffer_unittest.cc',
916 'base/djb2_unittest.cc', 918 'base/djb2_unittest.cc',
917 'base/gmock_callback_support_unittest.cc', 919 'base/gmock_callback_support_unittest.cc',
918 'base/multi_channel_resampler_unittest.cc', 920 'base/multi_channel_resampler_unittest.cc',
919 'base/pipeline_unittest.cc', 921 'base/pipeline_unittest.cc',
920 'base/ranges_unittest.cc', 922 'base/ranges_unittest.cc',
921 'base/run_all_unittests.cc', 923 'base/run_all_unittests.cc',
922 'base/scoped_histogram_timer_unittest.cc', 924 'base/scoped_histogram_timer_unittest.cc',
925 'base/seekable_audio_buffer_unittest.cc',
923 'base/seekable_buffer_unittest.cc', 926 'base/seekable_buffer_unittest.cc',
924 'base/sinc_resampler_unittest.cc', 927 'base/sinc_resampler_unittest.cc',
925 'base/test_data_util.cc', 928 'base/test_data_util.cc',
926 'base/test_data_util.h', 929 'base/test_data_util.h',
927 'base/vector_math_testing.h', 930 'base/vector_math_testing.h',
928 'base/vector_math_unittest.cc', 931 'base/vector_math_unittest.cc',
929 'base/video_frame_unittest.cc', 932 'base/video_frame_unittest.cc',
930 'base/video_util_unittest.cc', 933 'base/video_util_unittest.cc',
931 'base/yuv_convert_unittest.cc', 934 'base/yuv_convert_unittest.cc',
932 'crypto/aes_decryptor_unittest.cc', 935 'crypto/aes_decryptor_unittest.cc',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 'sources': [ 1615 'sources': [
1613 'tools/media_bench/media_bench.cc', 1616 'tools/media_bench/media_bench.cc',
1614 ], 1617 ],
1615 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1618 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1616 'msvs_disabled_warnings': [ 4267, ], 1619 'msvs_disabled_warnings': [ 4267, ],
1617 }, 1620 },
1618 ], 1621 ],
1619 }], 1622 }],
1620 ], 1623 ],
1621 } 1624 }
OLDNEW
« media/base/seekable_audio_buffer_unittest.cc ('K') | « media/base/seekable_audio_buffer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698