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

Issue 7649017: Get rid of LNK4217 warnings. (Closed)

Created:
9 years, 4 months ago by grt (UTC plus 2)
Modified:
9 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make content_renderer.lib depend directly on allocator so that PERFTOOLS_DLL_DECL is defined when building this lib. This gets rid of a number of LNK4217 warnings about locally defined symbols. BUG=none TEST=look for LNK4217 in build logs. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96949

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M content/content_renderer.gypi View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
grt (UTC plus 2)
Hi guys, I've picked you two to review this change since you've been involved in ...
9 years, 4 months ago (2011-08-15 13:54:50 UTC) #1
jam
I'm curious, shouldn't base be the one exporting this dependency to targets that depend on ...
9 years, 4 months ago (2011-08-15 16:12:45 UTC) #2
grt (UTC plus 2)
On 2011/08/15 16:12:45, John Abd-El-Malek wrote: > I'm curious, shouldn't base be the one exporting ...
9 years, 4 months ago (2011-08-15 20:36:09 UTC) #3
jam
Mark: wdyt?
9 years, 4 months ago (2011-08-16 00:47:31 UTC) #4
Mark Mentovai
Are these warnings you speak of something that only shows up in the components build, ...
9 years, 4 months ago (2011-08-16 02:56:16 UTC) #5
grt (UTC plus 2)
On 2011/08/16 02:56:16, Mark Mentovai wrote: > Are these warnings you speak of something that ...
9 years, 4 months ago (2011-08-16 09:20:13 UTC) #6
Mark Mentovai
Thanks for the explanation. LGTM. I agree with what you wrote with respect to export_dependent_settings.
9 years, 4 months ago (2011-08-16 13:41:18 UTC) #7
commit-bot: I haz the power
Change committed as 96949
9 years, 4 months ago (2011-08-16 15:48:35 UTC) #8
jam
9 years, 4 months ago (2011-08-16 18:34:53 UTC) #9
On 2011/08/16 13:41:18, Mark Mentovai wrote:
> Thanks for the explanation. LGTM. I agree with what you wrote with respect to
> export_dependent_settings.

+1. i wasn't aware that code in content_renderer reaches to tcmalloc directly
when I first saw this patch

Powered by Google App Engine
This is Rietveld 408576698