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

Side by Side Diff: media/media.gyp

Issue 256583006: Fix possible buffer emission during an abort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CR comments. Created 6 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
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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'formats/mp4/aac_unittest.cc', 1157 'formats/mp4/aac_unittest.cc',
1158 'formats/mp4/avc_unittest.cc', 1158 'formats/mp4/avc_unittest.cc',
1159 'formats/mp4/box_reader_unittest.cc', 1159 'formats/mp4/box_reader_unittest.cc',
1160 'formats/mp4/es_descriptor_unittest.cc', 1160 'formats/mp4/es_descriptor_unittest.cc',
1161 'formats/mp4/mp4_stream_parser_unittest.cc', 1161 'formats/mp4/mp4_stream_parser_unittest.cc',
1162 'formats/mp4/track_run_iterator_unittest.cc', 1162 'formats/mp4/track_run_iterator_unittest.cc',
1163 'formats/mpeg/adts_stream_parser_unittest.cc', 1163 'formats/mpeg/adts_stream_parser_unittest.cc',
1164 'formats/mpeg/mp3_stream_parser_unittest.cc', 1164 'formats/mpeg/mp3_stream_parser_unittest.cc',
1165 ], 1165 ],
1166 }], 1166 }],
1167 ['enable_mpeg2ts_stream_parser==1', {
1168 'defines': [
1169 'ENABLE_MPEG2TS_STREAM_PARSER',
1170 ],
1171 }],
1167 # TODO(wolenetz): Fix size_t to int truncations in win64. See 1172 # TODO(wolenetz): Fix size_t to int truncations in win64. See
1168 # http://crbug.com/171009 1173 # http://crbug.com/171009
1169 ['OS=="win" and target_arch=="x64"', { 1174 ['OS=="win" and target_arch=="x64"', {
1170 'msvs_disabled_warnings': [ 4267, ], 1175 'msvs_disabled_warnings': [ 4267, ],
1171 }], 1176 }],
1172 ], 1177 ],
1173 }, 1178 },
1174 { 1179 {
1175 'target_name': 'media_perftests', 1180 'target_name': 'media_perftests',
1176 'type': '<(gtest_target_type)', 1181 'type': '<(gtest_target_type)',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 ], 1686 ],
1682 }], 1687 }],
1683 ], 1688 ],
1684 }], 1689 }],
1685 ], 1690 ],
1686 }, 1691 },
1687 ], 1692 ],
1688 }], 1693 }],
1689 ], 1694 ],
1690 } 1695 }
OLDNEW
« media/filters/pipeline_integration_test.cc ('K') | « media/filters/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698