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

Side by Side Diff: media/media.gyp

Issue 1735003004: Implement reading of media track info from WebM and MP4 containers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@demuxer-tracks2
Patch Set: rebase Created 4 years, 9 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/formats/webm/webm_tracks_parser.cc ('k') | no next file » | 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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 'formats/common/offset_byte_queue_unittest.cc', 1272 'formats/common/offset_byte_queue_unittest.cc',
1273 'formats/webm/cluster_builder.cc', 1273 'formats/webm/cluster_builder.cc',
1274 'formats/webm/cluster_builder.h', 1274 'formats/webm/cluster_builder.h',
1275 'formats/webm/opus_packet_builder.cc', 1275 'formats/webm/opus_packet_builder.cc',
1276 'formats/webm/opus_packet_builder.h', 1276 'formats/webm/opus_packet_builder.h',
1277 'formats/webm/tracks_builder.cc', 1277 'formats/webm/tracks_builder.cc',
1278 'formats/webm/tracks_builder.h', 1278 'formats/webm/tracks_builder.h',
1279 'formats/webm/webm_cluster_parser_unittest.cc', 1279 'formats/webm/webm_cluster_parser_unittest.cc',
1280 'formats/webm/webm_content_encodings_client_unittest.cc', 1280 'formats/webm/webm_content_encodings_client_unittest.cc',
1281 'formats/webm/webm_parser_unittest.cc', 1281 'formats/webm/webm_parser_unittest.cc',
1282 'formats/webm/webm_stream_parser_unittest.cc',
1282 'formats/webm/webm_tracks_parser_unittest.cc', 1283 'formats/webm/webm_tracks_parser_unittest.cc',
1283 'formats/webm/webm_webvtt_parser_unittest.cc', 1284 'formats/webm/webm_webvtt_parser_unittest.cc',
1284 'muxers/webm_muxer_unittest.cc', 1285 'muxers/webm_muxer_unittest.cc',
1285 'renderers/audio_renderer_impl_unittest.cc', 1286 'renderers/audio_renderer_impl_unittest.cc',
1286 'renderers/renderer_impl_unittest.cc', 1287 'renderers/renderer_impl_unittest.cc',
1287 'renderers/skcanvas_video_renderer_unittest.cc', 1288 'renderers/skcanvas_video_renderer_unittest.cc',
1288 'renderers/video_renderer_impl_unittest.cc', 1289 'renderers/video_renderer_impl_unittest.cc',
1289 'test/pipeline_integration_test.cc', 1290 'test/pipeline_integration_test.cc',
1290 'test/pipeline_integration_test_base.cc', 1291 'test/pipeline_integration_test_base.cc',
1291 'video/gpu_memory_buffer_video_frame_pool_unittest.cc', 1292 'video/gpu_memory_buffer_video_frame_pool_unittest.cc',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 'dependencies': [ 2110 'dependencies': [
2110 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2111 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2111 ], 2112 ],
2112 }], 2113 }],
2113 ], 2114 ],
2114 }, 2115 },
2115 ], 2116 ],
2116 }], 2117 }],
2117 ], 2118 ],
2118 } 2119 }
OLDNEW
« no previous file with comments | « media/formats/webm/webm_tracks_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698