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

Issue 1919163003: Added media_features dependency for cast_sender target (Closed)

Created:
4 years, 8 months ago by servolk
Modified:
4 years, 7 months ago
Reviewers:
Charlie Reis, miu, wolenetz
CC:
chromium-reviews, imcheng+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, feature-media-reviews_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org, Charlie Reis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added media_features dependency for cast_sender target The cast_sender target ends up including video_decoder_config.h, and I've recently added 'include media_features.h' to that header. So now targets that include video_decoder_config need an explicit dependency on media_features target, to ensure media_features.h is generated and can be included by those targets. BUG=606829 TBR=miu,wolenetz NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Committed: https://crrev.com/6e77ec93bfb9b3e913bf5b980a9fea02ada20e7e Cr-Commit-Position: refs/heads/master@{#389821}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M media/cast/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/cast.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
servolk
4 years, 8 months ago (2016-04-26 17:35:05 UTC) #3
Charlie Reis
Rubber stamp LGTM as sheriff to get the tree open; TBR'ing miu and wolenetz.
4 years, 8 months ago (2016-04-26 18:18:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1919163003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1919163003/1
4 years, 8 months ago (2016-04-26 18:19:15 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-26 18:19:53 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/6e77ec93bfb9b3e913bf5b980a9fea02ada20e7e Cr-Commit-Position: refs/heads/master@{#389821}
4 years, 8 months ago (2016-04-26 18:22:19 UTC) #12
wolenetz
On 2016/04/26 18:22:19, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 8 months ago (2016-04-26 20:47:15 UTC) #13
miu
On 2016/04/26 20:47:15, wolenetz wrote: > On 2016/04/26 18:22:19, commit-bot: I haz the power wrote: ...
4 years, 7 months ago (2016-05-02 23:49:18 UTC) #14
miu
4 years, 7 months ago (2016-05-02 23:50:58 UTC) #15
Message was sent while issue was closed.
On 2016/05/02 23:49:18, miu wrote:
> On 2016/04/26 20:47:15, wolenetz wrote:
> > On 2016/04/26 18:22:19, commit-bot: I haz the power wrote:
> > > Patchset 1 (id:??) landed as
> > > https://crrev.com/6e77ec93bfb9b3e913bf5b980a9fea02ada20e7e
> > > Cr-Commit-Position: refs/heads/master@{#389821}
> > 
> > LGTM though miu@ should take a look (I'm not an OWNER in media/cast).
> 
> Wait. What? I can't find anything under media/cast that references a
> video_decoder_config.h file. Unless you're talking about this:
> 
>  sender/h264_vt_encoder_unittest.cc:#include
> "media/filters/ffmpeg_video_decoder.h"
> 
> Please clarify. Otherwise the build file changes don't make sense.

OIC. According to the crbug, it's an indirect dependency. So, doesn't that mean
the DEPS in the build files for media/video/video_encode_accelerator.h should be
fixed instead?

Powered by Google App Engine
This is Rietveld 408576698