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

Issue 1662683002: Fix compile error for gn build of mini_installer (Closed)

Created:
4 years, 10 months ago by gab
Modified:
4 years, 10 months ago
Reviewers:
Nico, grt (UTC plus 2)
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix compile error for gn build of mini_installer Invalid conversion from size_t to DWORD on line 529. BUG=82385 (not sure that bug is relevant but https://codereview.chromium.org/1580673004/ made me think it was...) Committed: https://crrev.com/e502a2e82b175f0424b6cd98a9bf84368ff960e6 Cr-Commit-Position: refs/heads/master@{#373261}

Patch Set 1 #

Total comments: 4

Patch Set 2 : nullptr -> NULL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M chrome/installer/mini_installer/mini_installer.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
gab
Greg PTAL
4 years, 10 months ago (2016-02-02 21:35:19 UTC) #5
grt (UTC plus 2)
On 2016/02/02 21:35:19, gab wrote: > Greg PTAL Should the description be about the clang ...
4 years, 10 months ago (2016-02-03 14:50:17 UTC) #6
grt (UTC plus 2)
lgtm w/ nullptr -> NULL switch https://codereview.chromium.org/1662683002/diff/1/chrome/installer/mini_installer/mini_installer.cc File chrome/installer/mini_installer/mini_installer.cc (right): https://codereview.chromium.org/1662683002/diff/1/chrome/installer/mini_installer/mini_installer.cc#newcode530 chrome/installer/mini_installer/mini_installer.cc:530: static_cast<DWORD>(volume.capacity())) && ah, ...
4 years, 10 months ago (2016-02-03 14:54:11 UTC) #7
gab
Thanks, done. https://codereview.chromium.org/1662683002/diff/1/chrome/installer/mini_installer/mini_installer.cc File chrome/installer/mini_installer/mini_installer.cc (right): https://codereview.chromium.org/1662683002/diff/1/chrome/installer/mini_installer/mini_installer.cc#newcode530 chrome/installer/mini_installer/mini_installer.cc:530: static_cast<DWORD>(volume.capacity())) && On 2016/02/03 14:54:11, grt wrote: ...
4 years, 10 months ago (2016-02-03 16:21:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662683002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662683002/20001
4 years, 10 months ago (2016-02-03 16:22:43 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-03 17:17:04 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/e502a2e82b175f0424b6cd98a9bf84368ff960e6 Cr-Commit-Position: refs/heads/master@{#373261}
4 years, 10 months ago (2016-02-03 17:18:53 UTC) #16
Nico
what bot was this on? the clang/win bots look happy
4 years, 10 months ago (2016-02-03 17:23:14 UTC) #18
gab
On 2016/02/03 17:23:14, Nico wrote: > what bot was this on? the clang/win bots look ...
4 years, 10 months ago (2016-02-03 18:40:38 UTC) #19
Nico
unless you explicitly opted in to it, you're not using clang. probably just the gn ...
4 years, 10 months ago (2016-02-03 18:44:46 UTC) #20
gab
On 2016/02/03 18:44:46, Nico wrote: > unless you explicitly opted in to it, you're not ...
4 years, 10 months ago (2016-02-03 18:46:14 UTC) #21
Nico
gn defaults to chromium_code, gyp doesn't – but https://codereview.chromium.org/1580673004/ flipped that for this target not ...
4 years, 10 months ago (2016-02-03 18:49:16 UTC) #22
chromium-reviews
4 years, 10 months ago (2016-02-03 18:50:32 UTC) #23
Message was sent while issue was closed.
Ah I see, so then somewhat related to that bug :-)

On Wed, Feb 3, 2016 at 1:49 PM Nico Weber <thakis@chromium.org> wrote:

> gn defaults to chromium_code, gyp doesn't – but
> https://codereview.chromium.org/1580673004/ flipped that for this target
> not too long ago i thought
>
> On Wed, Feb 3, 2016 at 1:46 PM, <gab@chromium.org> wrote:
>
>> On 2016/02/03 18:44:46, Nico wrote:
>> > unless you explicitly opted in to it, you're not using clang.
>>
>> Ah okay, thanks.
>>
>> > probably just the gn build being busted then.
>>
>> Well, it's a valid warning, weird that GN build gives it but not GYP (maybe
more
>> warnings are turned into errors by default in GN?)
>> https://codereview.chromium.org/1662683002/
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698