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

Side by Side Diff: media/media.gyp

Issue 149153002: MSE: Add StreamParser buffer remuxing utility and tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased and addressed comments from PS2 Created 6 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 | Annotate | Revision Log
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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 'base/gmock_callback_support_unittest.cc', 972 'base/gmock_callback_support_unittest.cc',
973 'base/media_file_checker_unittest.cc', 973 'base/media_file_checker_unittest.cc',
974 'base/multi_channel_resampler_unittest.cc', 974 'base/multi_channel_resampler_unittest.cc',
975 'base/pipeline_unittest.cc', 975 'base/pipeline_unittest.cc',
976 'base/ranges_unittest.cc', 976 'base/ranges_unittest.cc',
977 'base/run_all_unittests.cc', 977 'base/run_all_unittests.cc',
978 'base/scoped_histogram_timer_unittest.cc', 978 'base/scoped_histogram_timer_unittest.cc',
979 'base/serial_runner_unittest.cc', 979 'base/serial_runner_unittest.cc',
980 'base/seekable_buffer_unittest.cc', 980 'base/seekable_buffer_unittest.cc',
981 'base/sinc_resampler_unittest.cc', 981 'base/sinc_resampler_unittest.cc',
982 'base/stream_parser_unittest.cc',
982 'base/test_data_util.cc', 983 'base/test_data_util.cc',
983 'base/test_data_util.h', 984 'base/test_data_util.h',
984 'base/text_renderer_unittest.cc', 985 'base/text_renderer_unittest.cc',
985 'base/user_input_monitor_unittest.cc', 986 'base/user_input_monitor_unittest.cc',
986 'base/vector_math_testing.h', 987 'base/vector_math_testing.h',
987 'base/vector_math_unittest.cc', 988 'base/vector_math_unittest.cc',
988 'base/video_frame_unittest.cc', 989 'base/video_frame_unittest.cc',
989 'base/video_frame_pool_unittest.cc', 990 'base/video_frame_pool_unittest.cc',
990 'base/video_util_unittest.cc', 991 'base/video_util_unittest.cc',
991 'base/yuv_convert_unittest.cc', 992 'base/yuv_convert_unittest.cc',
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 ], 1669 ],
1669 }], 1670 }],
1670 ], 1671 ],
1671 }], 1672 }],
1672 ], 1673 ],
1673 }, 1674 },
1674 ], 1675 ],
1675 }], 1676 }],
1676 ], 1677 ],
1677 } 1678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698