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

Side by Side Diff: media/media.gyp

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: modified ffmpeg demuxer unittest Created 7 years, 1 month 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'base/simd/filter_yuv.h', 296 'base/simd/filter_yuv.h',
297 'base/simd/filter_yuv_c.cc', 297 'base/simd/filter_yuv_c.cc',
298 'base/simd/yuv_to_rgb_table.cc', 298 'base/simd/yuv_to_rgb_table.cc',
299 'base/simd/yuv_to_rgb_table.h', 299 'base/simd/yuv_to_rgb_table.h',
300 'base/sinc_resampler.cc', 300 'base/sinc_resampler.cc',
301 'base/sinc_resampler.h', 301 'base/sinc_resampler.h',
302 'base/stream_parser.cc', 302 'base/stream_parser.cc',
303 'base/stream_parser.h', 303 'base/stream_parser.h',
304 'base/stream_parser_buffer.cc', 304 'base/stream_parser_buffer.cc',
305 'base/stream_parser_buffer.h', 305 'base/stream_parser_buffer.h',
306 'base/text_cue.cc',
307 'base/text_cue.h',
308 'base/text_renderer.cc',
309 'base/text_renderer.h',
306 'base/text_track.h', 310 'base/text_track.h',
311 'base/text_track_config.cc',
312 'base/text_track_config.h',
307 'base/user_input_monitor.cc', 313 'base/user_input_monitor.cc',
308 'base/user_input_monitor.h', 314 'base/user_input_monitor.h',
309 'base/user_input_monitor_linux.cc', 315 'base/user_input_monitor_linux.cc',
310 'base/user_input_monitor_mac.cc', 316 'base/user_input_monitor_mac.cc',
311 'base/user_input_monitor_win.cc', 317 'base/user_input_monitor_win.cc',
312 'base/video_decoder.cc', 318 'base/video_decoder.cc',
313 'base/video_decoder.h', 319 'base/video_decoder.h',
314 'base/video_decoder_config.cc', 320 'base/video_decoder_config.cc',
315 'base/video_decoder_config.h', 321 'base/video_decoder_config.h',
316 'base/video_frame.cc', 322 'base/video_frame.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'filters/stream_parser_factory.h', 379 'filters/stream_parser_factory.h',
374 'filters/video_decoder_selector.cc', 380 'filters/video_decoder_selector.cc',
375 'filters/video_decoder_selector.h', 381 'filters/video_decoder_selector.h',
376 'filters/video_frame_stream.cc', 382 'filters/video_frame_stream.cc',
377 'filters/video_frame_stream.h', 383 'filters/video_frame_stream.h',
378 'filters/video_renderer_base.cc', 384 'filters/video_renderer_base.cc',
379 'filters/video_renderer_base.h', 385 'filters/video_renderer_base.h',
380 'filters/vpx_video_decoder.cc', 386 'filters/vpx_video_decoder.cc',
381 'filters/vpx_video_decoder.h', 387 'filters/vpx_video_decoder.h',
382 'filters/wsola_internals.cc', 388 'filters/wsola_internals.cc',
383 'filters/wsola_internals.h', 389 'filters/wsola_internals.h',
acolwell GONE FROM CHROMIUM 2013/10/29 21:14:19 filters/webvtt_util.h is missing here.
Matthew Heaney (Chromium) 2013/11/05 04:52:40 Done.
384 'midi/midi_manager.cc', 390 'midi/midi_manager.cc',
385 'midi/midi_manager.h', 391 'midi/midi_manager.h',
386 'midi/midi_manager_mac.cc', 392 'midi/midi_manager_mac.cc',
387 'midi/midi_manager_mac.h', 393 'midi/midi_manager_mac.h',
388 'midi/midi_port_info.cc', 394 'midi/midi_port_info.cc',
389 'midi/midi_port_info.h', 395 'midi/midi_port_info.h',
390 'video/capture/android/video_capture_device_android.cc', 396 'video/capture/android/video_capture_device_android.cc',
391 'video/capture/android/video_capture_device_android.h', 397 'video/capture/android/video_capture_device_android.h',
392 'video/capture/fake_video_capture_device.cc', 398 'video/capture/fake_video_capture_device.cc',
393 'video/capture/fake_video_capture_device.h', 399 'video/capture/fake_video_capture_device.h',
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 ], 1547 ],
1542 }], 1548 }],
1543 ], 1549 ],
1544 }], 1550 }],
1545 ], 1551 ],
1546 }, 1552 },
1547 ], 1553 ],
1548 }], 1554 }],
1549 ], 1555 ],
1550 } 1556 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698