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

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: Responding to review feedback, round 2. 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
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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'midi/midi_message_util_unittest.cc', 1244 'midi/midi_message_util_unittest.cc',
1245 'midi/usb_midi_descriptor_parser_unittest.cc', 1245 'midi/usb_midi_descriptor_parser_unittest.cc',
1246 'midi/usb_midi_input_stream_unittest.cc', 1246 'midi/usb_midi_input_stream_unittest.cc',
1247 'midi/usb_midi_output_stream_unittest.cc', 1247 'midi/usb_midi_output_stream_unittest.cc',
1248 'video/capture/fake_video_capture_device_unittest.cc', 1248 'video/capture/fake_video_capture_device_unittest.cc',
1249 'video/capture/video_capture_device_unittest.cc', 1249 'video/capture/video_capture_device_unittest.cc',
1250 'video/h264_poc_unittest.cc', 1250 'video/h264_poc_unittest.cc',
1251 'formats/common/offset_byte_queue_unittest.cc', 1251 'formats/common/offset_byte_queue_unittest.cc',
1252 'formats/webm/cluster_builder.cc', 1252 'formats/webm/cluster_builder.cc',
1253 'formats/webm/cluster_builder.h', 1253 'formats/webm/cluster_builder.h',
1254 'formats/webm/opus_packet_builder.cc',
1255 'formats/webm/opus_packet_builder.h',
1254 'formats/webm/tracks_builder.cc', 1256 'formats/webm/tracks_builder.cc',
1255 'formats/webm/tracks_builder.h', 1257 'formats/webm/tracks_builder.h',
1256 'formats/webm/webm_cluster_parser_unittest.cc', 1258 'formats/webm/webm_cluster_parser_unittest.cc',
1257 'formats/webm/webm_content_encodings_client_unittest.cc', 1259 'formats/webm/webm_content_encodings_client_unittest.cc',
1258 'formats/webm/webm_parser_unittest.cc', 1260 'formats/webm/webm_parser_unittest.cc',
1259 'formats/webm/webm_tracks_parser_unittest.cc', 1261 'formats/webm/webm_tracks_parser_unittest.cc',
1260 'formats/webm/webm_webvtt_parser_unittest.cc', 1262 'formats/webm/webm_webvtt_parser_unittest.cc',
1261 'test/pipeline_integration_test.cc', 1263 'test/pipeline_integration_test.cc',
1262 'test/pipeline_integration_test_base.cc', 1264 'test/pipeline_integration_test_base.cc',
1263 ], 1265 ],
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 '../build/isolate.gypi', 1920 '../build/isolate.gypi',
1919 ], 1921 ],
1920 'sources': [ 1922 'sources': [
1921 'media_unittests.isolate', 1923 'media_unittests.isolate',
1922 ], 1924 ],
1923 }, 1925 },
1924 ], 1926 ],
1925 }], 1927 }],
1926 ], 1928 ],
1927 } 1929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698