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

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: incorporate aaron's comments (10/16) Created 7 years, 2 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 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',
310 'base/text_track.cc',
306 'base/text_track.h', 311 'base/text_track.h',
307 'base/user_input_monitor.cc', 312 'base/user_input_monitor.cc',
308 'base/user_input_monitor.h', 313 'base/user_input_monitor.h',
309 'base/user_input_monitor_linux.cc', 314 'base/user_input_monitor_linux.cc',
310 'base/user_input_monitor_mac.cc', 315 'base/user_input_monitor_mac.cc',
311 'base/user_input_monitor_win.cc', 316 'base/user_input_monitor_win.cc',
312 'base/video_decoder.cc', 317 'base/video_decoder.cc',
313 'base/video_decoder.h', 318 'base/video_decoder.h',
314 'base/video_decoder_config.cc', 319 'base/video_decoder_config.cc',
315 'base/video_decoder_config.h', 320 'base/video_decoder_config.h',
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 ], 1529 ],
1525 }], 1530 }],
1526 ], 1531 ],
1527 }], 1532 }],
1528 ], 1533 ],
1529 }, 1534 },
1530 ], 1535 ],
1531 }], 1536 }],
1532 ], 1537 ],
1533 } 1538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698