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

Issue 115823: Fix breakpad-related Linux official build breakage. (Closed)

Created:
11 years, 7 months ago by Michael Moss
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, jon, agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix breakpad-related Linux official build breakage. Move the "breakpad_linux*" files to the "browser" target rather than "app", since they're needed by "render_crash_handler_host_linux*" which is in "browser". This fixes link errors in unit_tests, which incorporates "browser" but wasn't getting the definitions in these files. This is a revised version of r16954 which avoids the scons "multiple inclusion" errors in the non-official build.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Clean up "app" target some more. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -21 lines) Patch
M chrome/chrome.gyp View 1 2 chunks +11 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Moss
11 years, 7 months ago (2009-05-27 18:38:08 UTC) #1
agl
LGTM with a nit below: http://codereview.chromium.org/115823/diff/1/2 File chrome/chrome.gyp (left): http://codereview.chromium.org/115823/diff/1/2#oldcode2093 Line 2093: 'include_dirs': [ Remove ...
11 years, 7 months ago (2009-05-27 18:58:52 UTC) #2
Michael Moss
11 years, 7 months ago (2009-05-27 19:35:22 UTC) #3
> http://codereview.chromium.org/115823/diff/1/2#oldcode2093
> Line 2093: 'include_dirs': [
> Remove this now?

Yeah, makes sense. Done.

Powered by Google App Engine
This is Rietveld 408576698