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

Issue 1539983004: Convert enable_mpeg2ts into a new-style buildflag (Closed)

Created:
5 years ago by servolk
Modified:
4 years, 11 months ago
Reviewers:
brettw, jam, ddorwin
CC:
slan, chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert enable_mpeg2ts_parser GYP flag into a new-style buildflag According to recommendation given at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/5c4ySpPsV14 BUG=none Committed: https://crrev.com/2a41135331b37b94b15df5af641421cf407b2d11 Cr-Commit-Position: refs/heads/master@{#368001}

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : rebase #

Patch Set 4 : Remove redundant ffmpeg_branding introduced by incorrect merge #

Total comments: 10

Patch Set 5 : Ran git cl format media #

Patch Set 6 : Exclude formats/mp2t/* files from non-mp2t-enabled builds #

Patch Set 7 : Move enable_mse_mpeg2ts flag to higher scope in GN/GYP #

Patch Set 8 : Buildfix #

Total comments: 4

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -100 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -9 lines 0 comments Download
M content/browser/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/media_canplaytype_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/media/media_source_browsertest.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M media/BUILD.gn View 1 2 3 4 5 6 7 8 7 chunks +51 lines, -34 lines 0 comments Download
M media/base/mime_util.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -3 lines 0 comments Download
M media/base/mime_util_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -1 line 0 comments Download
M media/filters/stream_parser_factory.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -11 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 7 8 6 chunks +59 lines, -34 lines 0 comments Download
M media/media_options.gni View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
servolk
5 years ago (2015-12-21 17:53:16 UTC) #3
brettw
LGTM, thanks!
4 years, 11 months ago (2016-01-04 22:06:43 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539983004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539983004/60001
4 years, 11 months ago (2016-01-04 22:07:12 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/132328)
4 years, 11 months ago (2016-01-04 22:18:57 UTC) #7
ddorwin
LG overall. Some questions. https://codereview.chromium.org/1539983004/diff/60001/content/browser/media/media_source_browsertest.cc File content/browser/media/media_source_browsertest.cc (right): https://codereview.chromium.org/1539983004/diff/60001/content/browser/media/media_source_browsertest.cc#newcode24 content/browser/media/media_source_browsertest.cc:24: #if defined(USE_PROPRIETARY_CODECS) Should we convert ...
4 years, 11 months ago (2016-01-04 22:19:45 UTC) #8
servolk
https://codereview.chromium.org/1539983004/diff/60001/content/browser/media/media_source_browsertest.cc File content/browser/media/media_source_browsertest.cc (right): https://codereview.chromium.org/1539983004/diff/60001/content/browser/media/media_source_browsertest.cc#newcode24 content/browser/media/media_source_browsertest.cc:24: #if defined(USE_PROPRIETARY_CODECS) On 2016/01/04 22:19:45, ddorwin wrote: > Should ...
4 years, 11 months ago (2016-01-05 00:18:10 UTC) #9
ddorwin
Thanks. LG, but I have a question about the move of the GYP/GN variable. You ...
4 years, 11 months ago (2016-01-05 18:59:57 UTC) #10
brettw
https://codereview.chromium.org/1539983004/diff/140001/media/media_options.gni File media/media_options.gni (right): https://codereview.chromium.org/1539983004/diff/140001/media/media_options.gni#newcode51 media/media_options.gni:51: enable_mse_mpeg2ts_stream_parser = is_chromecast On 2016/01/05 18:59:56, ddorwin wrote: > ...
4 years, 11 months ago (2016-01-05 19:03:51 UTC) #11
ddorwin
lgtm https://codereview.chromium.org/1539983004/diff/140001/media/media_options.gni File media/media_options.gni (right): https://codereview.chromium.org/1539983004/diff/140001/media/media_options.gni#newcode51 media/media_options.gni:51: enable_mse_mpeg2ts_stream_parser = is_chromecast On 2016/01/05 19:03:51, brettw wrote: ...
4 years, 11 months ago (2016-01-05 19:17:24 UTC) #12
servolk
On 2016/01/05 19:17:24, ddorwin wrote: > lgtm > > https://codereview.chromium.org/1539983004/diff/140001/media/media_options.gni > File media/media_options.gni (right): > ...
4 years, 11 months ago (2016-01-05 19:42:13 UTC) #13
servolk
On 2016/01/05 19:42:13, servolk wrote: > On 2016/01/05 19:17:24, ddorwin wrote: > > lgtm > ...
4 years, 11 months ago (2016-01-05 19:44:13 UTC) #15
jam
On 2016/01/05 19:44:13, servolk wrote: > On 2016/01/05 19:42:13, servolk wrote: > > On 2016/01/05 ...
4 years, 11 months ago (2016-01-07 00:53:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539983004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539983004/140001
4 years, 11 months ago (2016-01-07 00:54:25 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/113663) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-07 00:56:11 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539983004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539983004/160001
4 years, 11 months ago (2016-01-07 02:00:47 UTC) #24
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 11 months ago (2016-01-07 03:20:04 UTC) #26
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 03:21:36 UTC) #28
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/2a41135331b37b94b15df5af641421cf407b2d11
Cr-Commit-Position: refs/heads/master@{#368001}

Powered by Google App Engine
This is Rietveld 408576698