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

Issue 8059024: Mostly automatic incremental link enabling (Closed)

Created:
9 years, 2 months ago by scottmg
Modified:
8 years, 8 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Mostly automatic incremental link enabling Patch and tool to make turning on incremental linking on Windows easy. BUG=94837 TEST=No link errors Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103474

Patch Set 1 #

Total comments: 3

Patch Set 2 : { wrong line, reinterpret instead of C-style, banish capitals, del owners #

Total comments: 71

Patch Set 3 : fixes per review #

Total comments: 36

Patch Set 4 : further review changes #

Patch Set 5 : remove GetStartupInfo call #

Total comments: 10

Patch Set 6 : review fixes #

Patch Set 7 : forgot one change #

Patch Set 8 : and another #

Total comments: 1

Patch Set 9 : make sure tmp file is unlink'd #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -1 line) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 1 comment Download
A tools/win/supalink/README View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/win/supalink/check_installed.py View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A tools/win/supalink/install_supalink.py View 1 2 3 4 5 6 7 8 1 chunk +108 lines, -0 lines 0 comments Download
A tools/win/supalink/supalink.cpp View 1 2 3 4 5 1 chunk +196 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
scottmg
Documented here: http://code.google.com/p/chromium/wiki/WindowsIncrementalLinking Briefly, add install script in tools/win/supalink that the user runs. That installs ...
9 years, 2 months ago (2011-09-27 21:02:42 UTC) #1
jam
bunch of nits that are repeated btw are you really worried about needing an OWNERS ...
9 years, 2 months ago (2011-09-27 22:10:34 UTC) #2
scottmg
On 2011/09/27 22:10:34, John Abd-El-Malek wrote: > bunch of nits that are repeated thanks > ...
9 years, 2 months ago (2011-09-27 22:35:19 UTC) #3
M-A Ruel
http://codereview.chromium.org/8059024/diff/4001/tools/win/supalink/check_installed.py File tools/win/supalink/check_installed.py (right): http://codereview.chromium.org/8059024/diff/4001/tools/win/supalink/check_installed.py#newcode1 tools/win/supalink/check_installed.py:1: import sys Copyright header http://codereview.chromium.org/8059024/diff/4001/tools/win/supalink/check_installed.py#newcode1 tools/win/supalink/check_installed.py:1: import sys shebang ...
9 years, 2 months ago (2011-09-27 23:21:33 UTC) #4
scottmg
Thanks! Is Unicode build just general policy or is there something that MBCS code would ...
9 years, 2 months ago (2011-09-28 00:19:38 UTC) #5
jam
lgtm
9 years, 2 months ago (2011-09-28 00:24:53 UTC) #6
M-A Ruel
http://codereview.chromium.org/8059024/diff/4001/tools/win/supalink/check_installed.py File tools/win/supalink/check_installed.py (right): http://codereview.chromium.org/8059024/diff/4001/tools/win/supalink/check_installed.py#newcode1 tools/win/supalink/check_installed.py:1: import sys On 2011/09/28 00:19:38, scottmg wrote: > On ...
9 years, 2 months ago (2011-09-28 00:33:27 UTC) #7
scottmg
http://codereview.chromium.org/8059024/diff/4002/tools/win/supalink/install_supalink.py File tools/win/supalink/install_supalink.py (right): http://codereview.chromium.org/8059024/diff/4002/tools/win/supalink/install_supalink.py#newcode17 tools/win/supalink/install_supalink.py:17: f = open('temp.bat', 'w') On 2011/09/28 00:33:27, Marc-Antoine Ruel ...
9 years, 2 months ago (2011-09-28 15:59:42 UTC) #8
M-A Ruel
> Is Unicode build just general policy or is there something that MBCS code would ...
9 years, 2 months ago (2011-09-28 18:17:14 UTC) #9
scottmg
Thanks, hopefully getting closer. http://codereview.chromium.org/8059024/diff/4002/tools/win/supalink/install_supalink.py File tools/win/supalink/install_supalink.py (right): http://codereview.chromium.org/8059024/diff/4002/tools/win/supalink/install_supalink.py#newcode40 tools/win/supalink/install_supalink.py:40: vcdir = get_vc_dir() On 2011/09/28 ...
9 years, 2 months ago (2011-09-28 21:47:56 UTC) #10
M-A Ruel
On 2011/09/28 21:47:56, scottmg wrote: > Thanks, hopefully getting closer. Pray I don't review you ...
9 years, 2 months ago (2011-09-30 13:58:11 UTC) #11
scottmg
On 2011/09/30 13:58:11, Marc-Antoine Ruel wrote: > On 2011/09/28 21:47:56, scottmg wrote: > > Thanks, ...
9 years, 2 months ago (2011-09-30 15:30:47 UTC) #12
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/8059024/15001
9 years, 2 months ago (2011-09-30 15:31:37 UTC) #13
commit-bot: I haz the power
Change committed as 103474
9 years, 2 months ago (2011-09-30 16:37:53 UTC) #14
Nico
http://codereview.chromium.org/8059024/diff/15001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8059024/diff/15001/build/common.gypi#newcode416 build/common.gypi:416: 'incremental_chrome_dll%': '<!(python <(DEPTH)/tools/win/supalink/check_installed.py)', rlz has a mode where it ...
8 years, 8 months ago (2012-03-29 22:47:32 UTC) #15
scottmg
On 2012/03/29 22:47:32, Nico wrote: > http://codereview.chromium.org/8059024/diff/15001/build/common.gypi > File build/common.gypi (right): > > http://codereview.chromium.org/8059024/diff/15001/build/common.gypi#newcode416 > ...
8 years, 8 months ago (2012-03-29 22:51:09 UTC) #16
Nico
8 years, 8 months ago (2012-03-29 22:53:28 UTC) #17
> I wasn't planning to move this file. (Or are you suggesting it ought to move?
Is
> build/ not supposed to use tools/ or something?)

It's fine where it is, just wanted to prevent a situation where I change
something in rlz and then this moves two weeks later. If you don't plan moving
this, all's well :-)

Powered by Google App Engine
This is Rietveld 408576698