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

Side by Side Diff: media/media.gyp

Issue 13419002: Media Source dispatches inband text tracks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 7 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
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | media/mp4/mp4_stream_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'base/seekable_buffer.cc', 282 'base/seekable_buffer.cc',
283 'base/seekable_buffer.h', 283 'base/seekable_buffer.h',
284 'base/serial_runner.cc', 284 'base/serial_runner.cc',
285 'base/serial_runner.h', 285 'base/serial_runner.h',
286 'base/sinc_resampler.cc', 286 'base/sinc_resampler.cc',
287 'base/sinc_resampler.h', 287 'base/sinc_resampler.h',
288 'base/stream_parser.cc', 288 'base/stream_parser.cc',
289 'base/stream_parser.h', 289 'base/stream_parser.h',
290 'base/stream_parser_buffer.cc', 290 'base/stream_parser_buffer.cc',
291 'base/stream_parser_buffer.h', 291 'base/stream_parser_buffer.h',
292 'base/text_track.h',
292 'base/video_decoder.cc', 293 'base/video_decoder.cc',
293 'base/video_decoder.h', 294 'base/video_decoder.h',
294 'base/video_decoder_config.cc', 295 'base/video_decoder_config.cc',
295 'base/video_decoder_config.h', 296 'base/video_decoder_config.h',
296 'base/video_frame.cc', 297 'base/video_frame.cc',
297 'base/video_frame.h', 298 'base/video_frame.h',
298 'base/video_renderer.cc', 299 'base/video_renderer.cc',
299 'base/video_renderer.h', 300 'base/video_renderer.h',
300 'base/video_util.cc', 301 'base/video_util.cc',
301 'base/video_util.h', 302 'base/video_util.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'webm/webm_info_parser.cc', 439 'webm/webm_info_parser.cc',
439 'webm/webm_info_parser.h', 440 'webm/webm_info_parser.h',
440 'webm/webm_parser.cc', 441 'webm/webm_parser.cc',
441 'webm/webm_parser.h', 442 'webm/webm_parser.h',
442 'webm/webm_stream_parser.cc', 443 'webm/webm_stream_parser.cc',
443 'webm/webm_stream_parser.h', 444 'webm/webm_stream_parser.h',
444 'webm/webm_tracks_parser.cc', 445 'webm/webm_tracks_parser.cc',
445 'webm/webm_tracks_parser.h', 446 'webm/webm_tracks_parser.h',
446 'webm/webm_video_client.cc', 447 'webm/webm_video_client.cc',
447 'webm/webm_video_client.h', 448 'webm/webm_video_client.h',
449 'webm/webm_webvtt_parser.cc',
450 'webm/webm_webvtt_parser.h'
448 ], 451 ],
449 'direct_dependent_settings': { 452 'direct_dependent_settings': {
450 'include_dirs': [ 453 'include_dirs': [
451 '..', 454 '..',
452 ], 455 ],
453 }, 456 },
454 'conditions': [ 457 'conditions': [
455 ['arm_neon == 1', { 458 ['arm_neon == 1', {
456 'defines': [ 459 'defines': [
457 'USE_NEON' 460 'USE_NEON'
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'video/capture/screen/screen_capturer_unittest.cc', 1000 'video/capture/screen/screen_capturer_unittest.cc',
998 'video/capture/video_capture_device_unittest.cc', 1001 'video/capture/video_capture_device_unittest.cc',
999 'webm/cluster_builder.cc', 1002 'webm/cluster_builder.cc',
1000 'webm/cluster_builder.h', 1003 'webm/cluster_builder.h',
1001 'webm/tracks_builder.cc', 1004 'webm/tracks_builder.cc',
1002 'webm/tracks_builder.h', 1005 'webm/tracks_builder.h',
1003 'webm/webm_cluster_parser_unittest.cc', 1006 'webm/webm_cluster_parser_unittest.cc',
1004 'webm/webm_content_encodings_client_unittest.cc', 1007 'webm/webm_content_encodings_client_unittest.cc',
1005 'webm/webm_parser_unittest.cc', 1008 'webm/webm_parser_unittest.cc',
1006 'webm/webm_tracks_parser_unittest.cc', 1009 'webm/webm_tracks_parser_unittest.cc',
1010 'webm/webm_webvtt_parser_unittest.cc',
1007 ], 1011 ],
1008 'conditions': [ 1012 'conditions': [
1009 ['arm_neon == 1', { 1013 ['arm_neon == 1', {
1010 'defines': [ 1014 'defines': [
1011 'USE_NEON' 1015 'USE_NEON'
1012 ], 1016 ],
1013 }], 1017 }],
1014 ['OS != "ios"', { 1018 ['OS != "ios"', {
1015 'dependencies': [ 1019 'dependencies': [
1016 'shared_memory_support', 1020 'shared_memory_support',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 ], 1721 ],
1718 'sources': [ 1722 'sources': [
1719 'base/simd/sinc_resampler_sse.cc', 1723 'base/simd/sinc_resampler_sse.cc',
1720 'base/simd/vector_math_sse.cc', 1724 'base/simd/vector_math_sse.cc',
1721 ], 1725 ],
1722 }, # end of target media_sse 1726 }, # end of target media_sse
1723 ], 1727 ],
1724 }], 1728 }],
1725 ], 1729 ],
1726 } 1730 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | media/mp4/mp4_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698