|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by kjellander_chromium Modified:
4 years, 1 month ago CC:
chromium-reviews, ehmaldonado_chromium, perkj_chrome, Niklas Enbom Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionMake gn_all depend on frame_analyzer.
After https://codereview.chromium.org/2409303003/ it seems
webrtc/tools/BUILD.gn is no longer processed so it's not possible
to build the frame_analyzer target as we used to do for our
custom WebRTC testers that runs video quality tests.
BUG=660937
TBR=dpranke@chromium.org
Committed: https://crrev.com/b1ab7b84734e30b086053e8791f19f4af18b781d
Cr-Commit-Position: refs/heads/master@{#428962}
Patch Set 1 #Patch Set 2 : Just ensuring frame_analyzer is defined #Messages
Total messages: 24 (15 generated)
Description was changed from ========== Make browser_tests depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG= ========== to ========== Make browser_tests depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 ==========
kjellander@chromium.org changed reviewers: + dpranke@chromium.org
Depending on it always will introduce a few more objects being built but I'm not sure what better way there is? I assume the net sum of objects built is still lower since I remove those dependencies recently.
The CQ bit was checked by kjellander@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
I'm not sure I understand what you're trying to do. Does browser_tests actually depend on frame_analyzer? AFAIK, it doesn't. Or is it that you need *something* to depend on something in //webrtc/tools so that the frame_analyzer target is defined? If the latter, just add it to the top level //:gn_all target. If you only want it to be pulled in a chromium+tip-of-tree-webrtc build, you can nest that behind some sort of a build arg, but that's probably more complexity than is necessary.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2016/10/31 21:39:12, Dirk Pranke wrote: > I'm not sure I understand what you're trying to do. > > Does browser_tests actually depend on frame_analyzer? AFAIK, it doesn't. Right, it doesn't. What you suggested below is the right solution to this. > Or is it that you need *something* to depend on something in //webrtc/tools so > that the frame_analyzer target is defined? Exactly. > If the latter, just add it to the top level //:gn_all target. If you only want > it to be pulled in a chromium+tip-of-tree-webrtc build, you can nest that behind > some sort of a build arg, but that's probably more complexity than is necessary. Thanks. I only need it for desktop platforms so I added into a suitable condition.
kjellander@chromium.org changed reviewers: + jochen@chromium.org
+jochen@chromium.org for EMEA owner approval
Description was changed from ========== Make browser_tests depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 ========== to ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 ==========
The CQ bit was checked by kjellander@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 ========== to ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 TBR=dpranke@chromium.org ==========
TBRing Dirk to unbreak the bots in https://build.chromium.org/p/chromium.webrtc since Jochen is OOO today (seems to be the only EMEA owner in src/build/OWNERS).
The CQ bit was unchecked by kjellander@chromium.org
The CQ bit was checked by kjellander@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 TBR=dpranke@chromium.org ========== to ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 TBR=dpranke@chromium.org ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 TBR=dpranke@chromium.org ========== to ========== Make gn_all depend on frame_analyzer. After https://codereview.chromium.org/2409303003/ it seems webrtc/tools/BUILD.gn is no longer processed so it's not possible to build the frame_analyzer target as we used to do for our custom WebRTC testers that runs video quality tests. BUG=660937 TBR=dpranke@chromium.org Committed: https://crrev.com/b1ab7b84734e30b086053e8791f19f4af18b781d Cr-Commit-Position: refs/heads/master@{#428962} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/b1ab7b84734e30b086053e8791f19f4af18b781d Cr-Commit-Position: refs/heads/master@{#428962}
Message was sent while issue was closed.
lgtm |
