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

Issue 52713004: Make all_webkit depend on breakpad targets required to symbolize crashes (Closed)

Created:
7 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
7 years ago
Reviewers:
Dirk Pranke, Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Make all_webkit depend on breakpad targets required to symbolize crashes BUG=253351 R=dpranke@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232028

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M build/all.gyp View 1 chunk +12 lines, -0 lines 3 comments Download
M build/all_android.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jochen (gone - plz use gerrit)
7 years, 1 month ago (2013-10-30 18:47:52 UTC) #1
Dirk Pranke
lgtm https://codereview.chromium.org/52713004/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/52713004/diff/1/build/all.gyp#newcode373 build/all.gyp:373: ['OS!="win"', { Nit: I would probably flip this ...
7 years, 1 month ago (2013-10-30 19:19:57 UTC) #2
jochen (gone - plz use gerrit)
Committed patchset #1 manually as r232028 (presubmit successful).
7 years, 1 month ago (2013-10-31 06:57:01 UTC) #3
Nico
https://codereview.chromium.org/52713004/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/52713004/diff/1/build/all.gyp#newcode376 build/all.gyp:376: '../breakpad/breakpad.gyp:minidump_stackwalk', This isn't correct. dump_syms only exists if OS ...
7 years ago (2013-11-27 01:06:29 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/52713004/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/52713004/diff/1/build/all.gyp#newcode376 build/all.gyp:376: '../breakpad/breakpad.gyp:minidump_stackwalk', On 2013/11/27 01:06:30, Nico wrote: > This isn't ...
7 years ago (2013-11-27 09:23:28 UTC) #5
Nico
7 years ago (2013-11-27 14:39:21 UTC) #6
Run tools/gyp-explain.py , follow its instructions. Something will fail
unless you remove these two lines.
On Nov 27, 2013 1:23 AM, <jochen@chromium.org> wrote:

>
> https://codereview.chromium.org/52713004/diff/1/build/all.gyp
> File build/all.gyp (right):
>
> https://codereview.chromium.org/52713004/diff/1/build/all.gyp#newcode376
> build/all.gyp:376: '../breakpad/breakpad.gyp:minidump_stackwalk',
> On 2013/11/27 01:06:30, Nico wrote:
>
>> This isn't correct. dump_syms only exists if OS is mac, ios, linux, or
>>
> android.
>
>> minidump_stackwalk doesn't exist on ios.
>>
>
>  As a result, this breaks tools/gyp-explain.py.
>>
>
>  The best fix is probably to change breakpad.gyp to define these
>>
> targets
>
>> unconditionally and make them type: none and empty on platforms where
>>
> they don't
>
>> currently exist.
>>
>
> all_webkit is defined within a OS!="ios" block, so not sure what you
> mean?
>
> https://codereview.chromium.org/52713004/
>

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