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

Issue 1430113003: Fix gyp crash when GYP_CROSSCOMPILE=1 (Closed)

Created:
5 years, 1 month ago by Sam Clegg
Modified:
5 years, 1 month ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Roland McGrath, Mostyn Bramley-Moore, nednguyen
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix gyp crash when GYP_CROSSCOMPILE=1 A recent change broken the linux ARM cross compile FYI bot: https://codereview.chromium.org/1419143006 breakpad.gyp:dump_syms is only available for the host toolchain, so this change will break any build that sets GYP_CROSSCOMPILE=1. For some reason the linux32 builders (which run on linux64 systems) set target_arch=ia32 but don't set GYP_CROSSCOMPILE, so this change didn't break any builder on the main waterfall. BUG=552436

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/chrome_tests.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430113003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430113003/1
5 years, 1 month ago (2015-11-06 17:42:53 UTC) #4
Sam Clegg
5 years, 1 month ago (2015-11-06 18:30:29 UTC) #6
Roland McGrath
Should have a try run of linux_arm_compile to prove it fixes it.
5 years, 1 month ago (2015-11-06 18:31:30 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-06 18:34:51 UTC) #12
Sam Clegg
On 2015/11/06 18:31:30, Roland McGrath wrote: > Should have a try run of linux_arm_compile to ...
5 years, 1 month ago (2015-11-06 18:39:39 UTC) #13
M-A Ruel
rubberstamp lgtm Mostyn had made the same CL two days ago https://codereview.chromium.org/1422703008/ but I had ...
5 years, 1 month ago (2015-11-06 18:41:42 UTC) #14
Sam Clegg
5 years, 1 month ago (2015-11-06 18:53:10 UTC) #15
On 2015/11/06 18:41:42, M-A Ruel wrote:
> rubberstamp lgtm
> 
> Mostyn had made the same CL two days ago
> https://codereview.chromium.org/1422703008/ but I had no clue to be able to
> review this.
> 
> We may as well let him CQ his CL first, hey he did it first. :) But whatever,
as
> long as the problem is fixed.

Sure, can you LG his change then?  I'll close this one.

Powered by Google App Engine
This is Rietveld 408576698