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

Issue 7670031: restore OutputFile for chrome.exe, do moving hardlink on dll instead (Closed)

Created:
9 years, 4 months ago by scottmg
Modified:
9 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

restore OutputFile for chrome.exe, do moving hardlink on dll instead Hardlink from different dir for chrome.exe caused annoyance when running from Visual Studio because $(TargetPath) the default in the .user file is not the correct path. So, instead do the hardlink on the dll. To avoid the possible expense on non-NTFS, and to enable a trybot in the future, do this hardlink based on a gyp define. BUG=92528, 92685 TEST=No link problems Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97341

Patch Set 1 #

Total comments: 3

Patch Set 2 : fixes based on review comments #

Total comments: 1

Patch Set 3 : use initial instead of incremental to coexist with syzygy flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -16 lines) Patch
M build/common.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 2 chunks +15 lines, -2 lines 0 comments Download
M chrome/chrome_exe.gypi View 1 chunk +0 lines, -14 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
scottmg
Rollback the OutputFile change for chrome.exe because it's annoying in the debugger because the default ...
9 years, 4 months ago (2011-08-17 17:22:37 UTC) #1
Roger McFarlane (Chromium)
http://codereview.chromium.org/7670031/diff/1/chrome/chrome_dll.gypi File chrome/chrome_dll.gypi (right): http://codereview.chromium.org/7670031/diff/1/chrome/chrome_dll.gypi#newcode157 chrome/chrome_dll.gypi:157: }], ['incremental_chrome_dll==1', { If I understand what you intend, ...
9 years, 4 months ago (2011-08-17 19:12:35 UTC) #2
scottmg
Thanks Roger, > http://codereview.chromium.org/7670031/diff/1/chrome/chrome_dll.gypi#newcode157 > chrome/chrome_dll.gypi:157: }], ['incremental_chrome_dll==1', { > If I understand what you ...
9 years, 4 months ago (2011-08-17 19:54:12 UTC) #3
Roger McFarlane (Chromium)
For Release builds, incremental linking is explicitly turned off (build/common.gypi at ~ line 1175) and ...
9 years, 4 months ago (2011-08-17 20:41:08 UTC) #4
scottmg
On 2011/08/17 20:41:08, rogerm wrote: > For Release builds, incremental linking is explicitly turned off ...
9 years, 4 months ago (2011-08-17 21:05:21 UTC) #5
Roger McFarlane (Chromium)
lgtm
9 years, 4 months ago (2011-08-18 13:05:54 UTC) #6
commit-bot: I haz the power
No LGTM from valid reviewers yet.
9 years, 4 months ago (2011-08-18 16:26:42 UTC) #7
darin (slow to review)
LGTM
9 years, 4 months ago (2011-08-18 16:33:03 UTC) #8
M-A Ruel
lgtm
9 years, 4 months ago (2011-08-18 17:43:46 UTC) #9
commit-bot: I haz the power
9 years, 4 months ago (2011-08-18 18:30:13 UTC) #10
Change committed as 97341

Powered by Google App Engine
This is Rietveld 408576698