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

Issue 2962012: Update gyp for chromium multi dll build (Closed)

Created:
10 years, 5 months ago by Victor Wang
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Update gyp for chromium multi dll build BUG=46311 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52614

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M build/temp_gyp/googleurl.gyp View 2 1 chunk +6 lines, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Victor Wang
10 years, 5 months ago (2010-07-13 21:52:20 UTC) #1
darin (slow to review)
http://codereview.chromium.org/2962012/diff/1/2 File build/common.gypi (right): http://codereview.chromium.org/2962012/diff/1/2#newcode479 build/common.gypi:479: 'GURL_DLL', shouldn't these be defined in an 'export_dependent_settings' section ...
10 years, 5 months ago (2010-07-13 22:03:29 UTC) #2
Victor Wang
Did not know it can be done this way. New patch uploaded. On 2010/07/13 22:03:29, ...
10 years, 5 months ago (2010-07-14 03:34:45 UTC) #3
darin (slow to review)
LGTM http://codereview.chromium.org/2962012/diff/4002/6001 File build/common.gypi (right): http://codereview.chromium.org/2962012/diff/4002/6001#newcode482 build/common.gypi:482: 'msvs_disabled_warnings': [4291], it'd be nice to localize this ...
10 years, 5 months ago (2010-07-14 23:18:05 UTC) #4
Victor Wang
On 2010/07/14 23:18:05, darin wrote: > LGTM > > http://codereview.chromium.org/2962012/diff/4002/6001 > File build/common.gypi (right): > ...
10 years, 5 months ago (2010-07-15 05:01:10 UTC) #5
darin (slow to review)
LGTM
10 years, 5 months ago (2010-07-15 06:13:44 UTC) #6
Victor Wang
10 years, 5 months ago (2010-07-15 07:02:46 UTC) #7
On 2010/07/15 05:01:10, Victor Wang wrote:
> On 2010/07/14 23:18:05, darin wrote:
> > LGTM
> > 
> > http://codereview.chromium.org/2962012/diff/4002/6001
> > File build/common.gypi (right):
> > 
> > http://codereview.chromium.org/2962012/diff/4002/6001#newcode482
> > build/common.gypi:482: 'msvs_disabled_warnings': [4291],
> > it'd be nice to localize this to the WebKit projects since Chromium code
> should
> > not be including any WTF headers.
> Sure, will move this to webkit.
> > 
> > http://codereview.chromium.org/2962012/diff/4002/6003
> > File webkit/glue/webkit_glue.gypi (right):
> > 
> > http://codereview.chromium.org/2962012/diff/4002/6003#newcode400
> > webkit/glue/webkit_glue.gypi:400:
> > '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
> > maybe it makes sense to put this in the main dependencies section so that
> people
> > see all of the dependencies in one place.
> done
moving this to main dependencies causes failure on mac because of the circular
dependency check. For now, I changed it back to previous version and only add
these dependencies for windows multi dll build.

Powered by Google App Engine
This is Rietveld 408576698