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

Side by Side Diff: media/media.gyp

Issue 151103005: TextRenderer only pushes new cues downstream (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added text ranges utility and unit test 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
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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'base/simd/yuv_to_rgb_table.cc', 310 'base/simd/yuv_to_rgb_table.cc',
311 'base/simd/yuv_to_rgb_table.h', 311 'base/simd/yuv_to_rgb_table.h',
312 'base/sinc_resampler.cc', 312 'base/sinc_resampler.cc',
313 'base/sinc_resampler.h', 313 'base/sinc_resampler.h',
314 'base/stream_parser.cc', 314 'base/stream_parser.cc',
315 'base/stream_parser.h', 315 'base/stream_parser.h',
316 'base/stream_parser_buffer.cc', 316 'base/stream_parser_buffer.cc',
317 'base/stream_parser_buffer.h', 317 'base/stream_parser_buffer.h',
318 'base/text_cue.cc', 318 'base/text_cue.cc',
319 'base/text_cue.h', 319 'base/text_cue.h',
320 'base/text_ranges.cc',
321 'base/text_ranges.h',
320 'base/text_renderer.cc', 322 'base/text_renderer.cc',
321 'base/text_renderer.h', 323 'base/text_renderer.h',
322 'base/text_track.h', 324 'base/text_track.h',
323 'base/text_track_config.cc', 325 'base/text_track_config.cc',
324 'base/text_track_config.h', 326 'base/text_track_config.h',
325 'base/user_input_monitor.cc', 327 'base/user_input_monitor.cc',
326 'base/user_input_monitor.h', 328 'base/user_input_monitor.h',
327 'base/user_input_monitor_linux.cc', 329 'base/user_input_monitor_linux.cc',
328 'base/user_input_monitor_mac.cc', 330 'base/user_input_monitor_mac.cc',
329 'base/user_input_monitor_win.cc', 331 'base/user_input_monitor_win.cc',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'base/multi_channel_resampler_unittest.cc', 976 'base/multi_channel_resampler_unittest.cc',
975 'base/pipeline_unittest.cc', 977 'base/pipeline_unittest.cc',
976 'base/ranges_unittest.cc', 978 'base/ranges_unittest.cc',
977 'base/run_all_unittests.cc', 979 'base/run_all_unittests.cc',
978 'base/scoped_histogram_timer_unittest.cc', 980 'base/scoped_histogram_timer_unittest.cc',
979 'base/serial_runner_unittest.cc', 981 'base/serial_runner_unittest.cc',
980 'base/seekable_buffer_unittest.cc', 982 'base/seekable_buffer_unittest.cc',
981 'base/sinc_resampler_unittest.cc', 983 'base/sinc_resampler_unittest.cc',
982 'base/test_data_util.cc', 984 'base/test_data_util.cc',
983 'base/test_data_util.h', 985 'base/test_data_util.h',
986 'base/text_ranges_unittest.cc',
984 'base/text_renderer_unittest.cc', 987 'base/text_renderer_unittest.cc',
985 'base/user_input_monitor_unittest.cc', 988 'base/user_input_monitor_unittest.cc',
986 'base/vector_math_testing.h', 989 'base/vector_math_testing.h',
987 'base/vector_math_unittest.cc', 990 'base/vector_math_unittest.cc',
988 'base/video_frame_unittest.cc', 991 'base/video_frame_unittest.cc',
989 'base/video_frame_pool_unittest.cc', 992 'base/video_frame_pool_unittest.cc',
990 'base/video_util_unittest.cc', 993 'base/video_util_unittest.cc',
991 'base/yuv_convert_unittest.cc', 994 'base/yuv_convert_unittest.cc',
992 'cdm/aes_decryptor_unittest.cc', 995 'cdm/aes_decryptor_unittest.cc',
993 'cdm/json_web_key_unittest.cc', 996 'cdm/json_web_key_unittest.cc',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 ], 1671 ],
1669 }], 1672 }],
1670 ], 1673 ],
1671 }], 1674 }],
1672 ], 1675 ],
1673 }, 1676 },
1674 ], 1677 ],
1675 }], 1678 }],
1676 ], 1679 ],
1677 } 1680 }
OLDNEW
« media/base/text_ranges_unittest.cc ('K') | « media/base/text_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698