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

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: Attempt windows stream_parser_unittests compilation fix 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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'base/gmock_callback_support_unittest.cc', 970 'base/gmock_callback_support_unittest.cc',
971 'base/media_file_checker_unittest.cc', 971 'base/media_file_checker_unittest.cc',
972 'base/multi_channel_resampler_unittest.cc', 972 'base/multi_channel_resampler_unittest.cc',
973 'base/pipeline_unittest.cc', 973 'base/pipeline_unittest.cc',
974 'base/ranges_unittest.cc', 974 'base/ranges_unittest.cc',
975 'base/run_all_unittests.cc', 975 'base/run_all_unittests.cc',
976 'base/scoped_histogram_timer_unittest.cc', 976 'base/scoped_histogram_timer_unittest.cc',
977 'base/serial_runner_unittest.cc', 977 'base/serial_runner_unittest.cc',
978 'base/seekable_buffer_unittest.cc', 978 'base/seekable_buffer_unittest.cc',
979 'base/sinc_resampler_unittest.cc', 979 'base/sinc_resampler_unittest.cc',
980 'base/stream_parser_unittest.cc',
980 'base/test_data_util.cc', 981 'base/test_data_util.cc',
981 'base/test_data_util.h', 982 'base/test_data_util.h',
982 'base/text_renderer_unittest.cc', 983 'base/text_renderer_unittest.cc',
983 'base/user_input_monitor_unittest.cc', 984 'base/user_input_monitor_unittest.cc',
984 'base/vector_math_testing.h', 985 'base/vector_math_testing.h',
985 'base/vector_math_unittest.cc', 986 'base/vector_math_unittest.cc',
986 'base/video_frame_unittest.cc', 987 'base/video_frame_unittest.cc',
987 'base/video_frame_pool_unittest.cc', 988 'base/video_frame_pool_unittest.cc',
988 'base/video_util_unittest.cc', 989 'base/video_util_unittest.cc',
989 'base/yuv_convert_unittest.cc', 990 'base/yuv_convert_unittest.cc',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 ], 1664 ],
1664 }], 1665 }],
1665 ], 1666 ],
1666 }], 1667 }],
1667 ], 1668 ],
1668 }, 1669 },
1669 ], 1670 ],
1670 }], 1671 }],
1671 ], 1672 ],
1672 } 1673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698