Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6f62a0f4610bcaf4059ab914be9f052f51886ad7..d6b469e6b8f7941b0db0eca9ebd2add65a7be5da 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2590,6 +2590,9 @@ |
| ['proprietary_codecs==1', { |
| 'defines': ['USE_PROPRIETARY_CODECS'], |
| }], |
| + ['enable_mpeg2ts_stream_parser==1', { |
|
wolenetz
2014/08/22 19:53:17
In old media.gyp, the 'media' target's inspection
damienv1
2014/08/26 14:43:20
Both are equivalent from a build point of view sin
|
| + 'defines': ['ENABLE_MPEG2TS_STREAM_PARSER'], |
| + }], |
| ['enable_viewport==1', { |
| 'defines': ['ENABLE_VIEWPORT'], |
| }], |