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

Unified Diff: media/media.gyp

Issue 478043005: Add the mp2t mimetype to the list of supported mime types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments from patch set #1. Created 6 years, 4 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
« no previous file with comments | « media/BUILD.gn ('k') | net/base/mime_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 027cb55f0959c9eca36e5f973cb32ba9e2ec1f07..e74d51c97af0daab5ec1fe7cd7bb078767eaa516 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -968,13 +968,6 @@
'formats/mpeg/mpeg_audio_stream_parser_base.cc',
'formats/mpeg/mpeg_audio_stream_parser_base.h',
],
- 'conditions': [
- ['enable_mpeg2ts_stream_parser==1', {
- 'defines': [
- 'ENABLE_MPEG2TS_STREAM_PARSER',
- ],
- }],
- ],
}],
['target_arch=="ia32" or target_arch=="x64"', {
'dependencies': [
@@ -1264,11 +1257,6 @@
'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"', {
« no previous file with comments | « media/BUILD.gn ('k') | net/base/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698