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

Issue 10824100: Fix LINK(DLL) _pyautolib.pyd (Closed)

Created:
8 years, 4 months ago by ukai
Modified:
8 years, 4 months ago
Reviewers:
Nico, scottmg
CC:
chromium-reviews
Visibility:
Public.

Description

Fix LINK(DLL) _pyautolib.pyd FAILED: C:\Users\binji\dev\depot_tools\python_bin\python.exe gyp-win-tool link-wrapper environment.x86 link.exe /nologo /IMPLIB:_pyautolib.pyd.lib /DLL /OUT:_pyautolib.pyd /PDB:_pyautolib.pyd.pdb @_pyautolib.pyd.rsp LINK : fatal error LNK1104: cannot open file '../third_party/python_26/libs/python26.lib' It seems 'libraries' aren't fixed with gyp relative path, so changed it as tools/gyp/test/win/linker-flags/library-directories.gyp does. BUG=134540 TEST=win trybot and ninja -C out\Release _pyautolib.pyd Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149229

Patch Set 1 #

Patch Set 2 : use <(DEPTH) instead of .. #

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

Messages

Total messages: 8 (0 generated)
ukai
8 years, 4 months ago (2012-07-31 01:06:27 UTC) #1
Nico
Scott gets to decide if this is a gyp generator bug or if we should ...
8 years, 4 months ago (2012-07-31 01:27:51 UTC) #2
scottmg
|libraries| is a bit weird, most people use -l in there, not paths so I'm ...
8 years, 4 months ago (2012-07-31 15:48:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ukai@chromium.org/10824100/5001
8 years, 4 months ago (2012-07-31 16:00:12 UTC) #4
commit-bot: I haz the power
Presubmit check for 10824100-5001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-31 16:00:13 UTC) #5
Nico
lgtm
8 years, 4 months ago (2012-07-31 16:01:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ukai@chromium.org/10824100/5001
8 years, 4 months ago (2012-07-31 16:02:08 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-07-31 18:17:24 UTC) #8
Change committed as 149229

Powered by Google App Engine
This is Rietveld 408576698