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

Issue 27362: Fixes to gyp files to get test_shell building on windows from a gyp project (... (Closed)

Created:
11 years, 9 months ago by bradn
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Fixes to gyp files to get test_shell building on windows from a gyp project (doesn't run correctly yet). Switched all uses of windows system libraries that assumed they were in the include path to use -l (which will be supported on windows in a separate change). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10781

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -24 lines) Patch
A breakpad/breakpad.gyp View 1 1 chunk +39 lines, -0 lines 0 comments Download
M build/temp_gyp/v8.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M net/net.gyp View 1 chunk +0 lines, -15 lines 0 comments Download
M webkit/activex_shim/activex_shim.gyp View 1 chunk +5 lines, -3 lines 0 comments Download
M webkit/activex_shim_dll/activex_shim_dll.gyp View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
A webkit/default_plugin/default_plugin.gyp View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 3 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
bradn
11 years, 9 months ago (2009-03-02 23:40:24 UTC) #1
Mark Mentovai
LGTM with a couple minor changes. Please feed your final patch to the tryserver to ...
11 years, 9 months ago (2009-03-03 00:15:56 UTC) #2
bradn
11 years, 9 months ago (2009-03-03 00:45:11 UTC) #3
Have another look.

http://codereview.chromium.org/27362/diff/1/7
File breakpad/breakpad.gyp (right):

http://codereview.chromium.org/27362/diff/1/7#newcode14
Line 14: 'src\client\windows\crash_generation\client_info.cc',
On 2009/03/03 00:15:56, Mark Mentovai wrote:
> Please use forward slashes in all .gyp files.

Done.

http://codereview.chromium.org/27362/diff/1/5
File webkit/activex_shim_dll/activex_shim_dll.gyp (right):

http://codereview.chromium.org/27362/diff/1/5#newcode28
Line 28: 'urlmon.lib',
On 2009/03/03 00:15:56, Mark Mentovai wrote:
> This is going to have relativization applied to it, which isn't right, right?

Moved it into link_settings, is this what you meant?

http://codereview.chromium.org/27362/diff/1/2
File webkit/webkit.gyp (right):

http://codereview.chromium.org/27362/diff/1/2#newcode1049
Line 1049: 'port/bindings/v8/ScriptController.cpp',
On 2009/03/03 00:15:56, Mark Mentovai wrote:
> Take this out, it duplicates lines 1037-1038 above.

Done.

http://codereview.chromium.org/27362/diff/1/2#newcode3745
Line 3745: ['exclude',
'/(android|cairo|cf|cg|curl|gtk|linux|mac|posix|qt|soup|symbian|win|wx)/'],
On 2009/03/03 00:15:56, Mark Mentovai wrote:
> Since we exclude all dirs like win and mac and linux, I think we should retain
> the exclude of opentype and explicitly re-include it on the platforms we want
it
> on, instead of just excluding it on the Mac.

Done.

Powered by Google App Engine
This is Rietveld 408576698