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

Issue 2389133002: Add support for component builds on Windows Swarming. (Closed)

Created:
4 years, 2 months ago by ehmaldonado_webrtc
Modified:
4 years, 2 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add support for component builds on Windows Swarming. Some runtime dependencies on MSVC were missing and had to be added to rtc_base_approved. BUG=chromium:497757 NOTRY=True Committed: https://crrev.com/66d4ce93244d17eb52a409dde036fe9114937651 Cr-Commit-Position: refs/heads/master@{#14562}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Filed a bug and added TODO. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -0 lines) Patch
M webrtc/base/BUILD.gn View 1 2 chunks +82 lines, -0 lines 1 comment Download

Messages

Total messages: 23 (12 generated)
ehmaldonado_webrtc
Super ugly CL not ready for commit yet. What would you think about something like ...
4 years, 2 months ago (2016-10-04 16:55:52 UTC) #3
kjellander_webrtc
I think it makes more sense to put this into webrtc/base:rtc_base_approved or similar library that ...
4 years, 2 months ago (2016-10-05 07:44:44 UTC) #4
ehmaldonado_webrtc
On 2016/10/05 07:44:44, kjellander_webrtc wrote: > I think it makes more sense to put this ...
4 years, 2 months ago (2016-10-05 11:52:13 UTC) #10
kjellander_webrtc
https://codereview.webrtc.org/2389133002/diff/80001/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/2389133002/diff/80001/webrtc/base/BUILD.gn#newcode202 webrtc/base/BUILD.gn:202: # Copy the VS runtime DLLs into the isolate ...
4 years, 2 months ago (2016-10-06 09:25:06 UTC) #11
ehmaldonado_webrtc
On 2016/10/06 09:25:06, kjellander_webrtc wrote: > https://codereview.webrtc.org/2389133002/diff/80001/webrtc/base/BUILD.gn > File webrtc/base/BUILD.gn (right): > > https://codereview.webrtc.org/2389133002/diff/80001/webrtc/base/BUILD.gn#newcode202 > ...
4 years, 2 months ago (2016-10-06 15:45:40 UTC) #12
kjellander_webrtc
Nice! lgtm I added NOTRY=True for you.
4 years, 2 months ago (2016-10-07 07:17:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2389133002/100001
4 years, 2 months ago (2016-10-07 07:18:36 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:100001)
4 years, 2 months ago (2016-10-07 07:27:13 UTC) #19
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/66d4ce93244d17eb52a409dde036fe9114937651 Cr-Commit-Position: refs/heads/master@{#14562}
4 years, 2 months ago (2016-10-07 07:27:18 UTC) #21
ehmaldonado_webrtc
A revert of this CL (patchset #2 id:100001) has been created in https://codereview.webrtc.org/2400953002/ by ehmaldonado@webrtc.org. ...
4 years, 2 months ago (2016-10-07 07:31:44 UTC) #22
kjellander_webrtc
4 years, 2 months ago (2016-10-07 07:34:32 UTC) #23
Message was sent while issue was closed.
https://codereview.webrtc.org/2389133002/diff/100001/webrtc/base/BUILD.gn
File webrtc/base/BUILD.gn (right):

https://codereview.webrtc.org/2389133002/diff/100001/webrtc/base/BUILD.gn#new...
webrtc/base/BUILD.gn:201: if (is_component_build) {
Add "&& is_win" to the condition, as you've probably found out now :)

It's always a good idea to run a few more bots, at least one per platform. But I
also didn't think about that.

Powered by Google App Engine
This is Rietveld 408576698