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

Issue 2027063003: Move Windows build output from //build to //out (Closed)

Created:
4 years, 6 months ago by zra
Modified:
4 years, 6 months ago
Reviewers:
Bill Hesse, terry, siva
CC:
reviews_dartlang.org, Cutch
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move Windows build output from //build to //out This is needed in order to begin migration to GN because third-party dependencies and GN boilerplate expect GN boilerplate to be in //build. R=asiva@google.com, whesse@google.com Committed: https://github.com/dart-lang/sdk/commit/44796ed02de074c6becedc8525890e3ac166a949

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M tools/gyp/configurations_msvs.gypi View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +1 line, -3 lines 0 comments Download
M tools/utils.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (4 generated)
zra
@whesse can you think of any other places this is hard-coded in?
4 years, 6 months ago (2016-06-01 17:17:10 UTC) #3
Bill Hesse
On 2016/06/01 17:17:10, zra wrote: > @whesse can you think of any other places this ...
4 years, 6 months ago (2016-06-01 17:36:28 UTC) #4
zra
On 2016/06/01 17:36:28, Bill Hesse wrote: > You could commit an experimental branch and run ...
4 years, 6 months ago (2016-06-01 17:51:36 UTC) #5
zra
On 2016/06/01 17:51:36, zra wrote: > On 2016/06/01 17:36:28, Bill Hesse wrote: > > You ...
4 years, 6 months ago (2016-06-01 18:02:37 UTC) #6
siva
LGTM Adding @terry, he should be able to tell if the dartium win build will ...
4 years, 6 months ago (2016-06-01 18:30:45 UTC) #8
zra
On 2016/06/01 18:30:45, siva wrote: > Adding @terry, he should be able to tell if ...
4 years, 6 months ago (2016-06-02 15:52:27 UTC) #9
Bill Hesse
On 2016/06/02 15:52:27, zra wrote: > On 2016/06/01 18:30:45, siva wrote: > > Adding @terry, ...
4 years, 6 months ago (2016-06-02 16:23:03 UTC) #10
zra
On 2016/06/02 16:23:03, Bill Hesse wrote: > On 2016/06/02 15:52:27, zra wrote: > > On ...
4 years, 6 months ago (2016-06-02 16:50:28 UTC) #11
zra
4 years, 6 months ago (2016-06-02 17:35:02 UTC) #12
Bill Hesse
LGTM. The dartium and sdk builders worked fine, with the build directory clobbered.
4 years, 6 months ago (2016-06-02 19:27:41 UTC) #13
zra
Committed patchset #1 (id:1) manually as 44796ed02de074c6becedc8525890e3ac166a949 (presubmit successful).
4 years, 6 months ago (2016-06-03 15:28:54 UTC) #15
Johnni Winther
On 2016/06/03 15:28:54, zra wrote: > Committed patchset #1 (id:1) manually as > 44796ed02de074c6becedc8525890e3ac166a949 (presubmit ...
4 years, 6 months ago (2016-06-06 10:54:33 UTC) #16
zra
4 years, 6 months ago (2016-06-06 12:57:58 UTC) #17
Message was sent while issue was closed.
On 2016/06/06 10:54:33, Johnni Winther wrote:
> On 2016/06/03 15:28:54, zra wrote:
> > Committed patchset #1 (id:1) manually as
> > 44796ed02de074c6becedc8525890e3ac166a949 (presubmit successful).
> 
> Has this been tested? .bat files in sdk/bin/ still refer to the 'build' folder
> and my Windows system seems arbitrarily broken if the old build folder is
> removed (dart2js tests crashing with 'The system cannot find the path
> specified.')

The .bat files should be updated, but if no tests use them, it's likely that
they will break again. This change was tested locally, and the bots have been
green since it landed. I inspected the failures currently on the Windows dart2js
bot, and they are unrelated to this change.

Powered by Google App Engine
This is Rietveld 408576698