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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 420e6fef1cc0c707aa061023976da31799c1973d..aceaace54f143a3f3a1292a3db062647362470b3 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1164,6 +1164,11 @@
'formats/mpeg/mp3_stream_parser_unittest.cc',
],
}],
+ ['enable_mpeg2ts_stream_parser==1', {
+ 'defines': [
+ 'ENABLE_MPEG2TS_STREAM_PARSER',
+ ],
+ }],
# TODO(wolenetz): Fix size_t to int truncations in win64. See
# http://crbug.com/171009
['OS=="win" and target_arch=="x64"', {
« 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