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

Side by Side Diff: media/media.gyp

Issue 883403002: Parsing of encoded duration for unencrypted opus streams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix for log line. Created 5 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
« no previous file with comments | « media/formats/webm/webm_stream_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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 'midi/midi_message_util_unittest.cc', 1250 'midi/midi_message_util_unittest.cc',
1251 'midi/usb_midi_descriptor_parser_unittest.cc', 1251 'midi/usb_midi_descriptor_parser_unittest.cc',
1252 'midi/usb_midi_input_stream_unittest.cc', 1252 'midi/usb_midi_input_stream_unittest.cc',
1253 'midi/usb_midi_output_stream_unittest.cc', 1253 'midi/usb_midi_output_stream_unittest.cc',
1254 'video/capture/fake_video_capture_device_unittest.cc', 1254 'video/capture/fake_video_capture_device_unittest.cc',
1255 'video/capture/video_capture_device_unittest.cc', 1255 'video/capture/video_capture_device_unittest.cc',
1256 'video/h264_poc_unittest.cc', 1256 'video/h264_poc_unittest.cc',
1257 'formats/common/offset_byte_queue_unittest.cc', 1257 'formats/common/offset_byte_queue_unittest.cc',
1258 'formats/webm/cluster_builder.cc', 1258 'formats/webm/cluster_builder.cc',
1259 'formats/webm/cluster_builder.h', 1259 'formats/webm/cluster_builder.h',
1260 'formats/webm/opus_packet_builder.cc',
1261 'formats/webm/opus_packet_builder.h',
1260 'formats/webm/tracks_builder.cc', 1262 'formats/webm/tracks_builder.cc',
1261 'formats/webm/tracks_builder.h', 1263 'formats/webm/tracks_builder.h',
1262 'formats/webm/webm_cluster_parser_unittest.cc', 1264 'formats/webm/webm_cluster_parser_unittest.cc',
1263 'formats/webm/webm_content_encodings_client_unittest.cc', 1265 'formats/webm/webm_content_encodings_client_unittest.cc',
1264 'formats/webm/webm_parser_unittest.cc', 1266 'formats/webm/webm_parser_unittest.cc',
1265 'formats/webm/webm_tracks_parser_unittest.cc', 1267 'formats/webm/webm_tracks_parser_unittest.cc',
1266 'formats/webm/webm_webvtt_parser_unittest.cc', 1268 'formats/webm/webm_webvtt_parser_unittest.cc',
1267 'test/pipeline_integration_test.cc', 1269 'test/pipeline_integration_test.cc',
1268 'test/pipeline_integration_test_base.cc', 1270 'test/pipeline_integration_test_base.cc',
1269 ], 1271 ],
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 '../build/isolate.gypi', 1926 '../build/isolate.gypi',
1925 ], 1927 ],
1926 'sources': [ 1928 'sources': [
1927 'media_unittests.isolate', 1929 'media_unittests.isolate',
1928 ], 1930 ],
1929 }, 1931 },
1930 ], 1932 ],
1931 }], 1933 }],
1932 ], 1934 ],
1933 } 1935 }
OLDNEW
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698