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

Issue 10898037: Set component=static_library for ASan builds on Mac. (Closed)

Created:
8 years, 3 months ago by Alexander Potapenko
Modified:
8 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Set component=static_library for ASan builds on Mac. BUG=145503 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153911

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

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

Messages

Total messages: 5 (0 generated)
Alexander Potapenko
PTAL
8 years, 3 months ago (2012-08-29 17:19:20 UTC) #1
Nico
https://chromiumcodereview.appspot.com/10898037/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/10898037/diff/1/build/common.gypi#newcode1210 build/common.gypi:1210: 'component%': "static_library", The trailing % means it's overridable. tools/build/scripts/master/factory/chromium_factory.py ...
8 years, 3 months ago (2012-08-29 17:22:39 UTC) #2
Alexander Potapenko
> build/common.gypi:1210: 'component%': "static_library", > The trailing % means it's overridable. TIL++ > tools/build/scripts/master/factory/chromium_factory.py sets ...
8 years, 3 months ago (2012-08-29 17:26:11 UTC) #3
Nico
On 2012/08/29 17:26:11, Alexander Potapenko wrote: > > build/common.gypi:1210: 'component%': "static_library", > > The trailing ...
8 years, 3 months ago (2012-08-29 17:28:29 UTC) #4
Alexander Potapenko
8 years, 3 months ago (2012-08-29 17:47:42 UTC) #5
> LGTM if you have checked that `GYP_DEFINES="asan=1 component=shared_library"`
> does in fact produce a static library build after this patch.
Done

Powered by Google App Engine
This is Rietveld 408576698