Commit Graph

8 Commits

Author SHA1 Message Date
stuartmorgan
85c55625fd
Revert "Switch Windows to VS 2019 toolchain (#339)" (#340)
This reverts commit 3c32883100.
2020-01-22 11:54:37 -08:00
stuartmorgan
3c32883100
Switch Windows to VS 2019 toolchain (#339)
Mirrors the change from 8e82c6ab1b%5E%21/

Also adds a new variable needed to build ToT ANGLE. This is because the toolchain change is unfortunately linked to rolling ANGLE at the same time, since the current ANGLE pull has build errors under VS 2017, but ToT hits internal compiler errors with the old toolchain, so they need to be updated in lockstep.

Part of fix for https://github.com/flutter/flutter/issues/48831
2020-01-21 22:33:31 -08:00
Chinmay Garde
c4df4a7b61
Update MSVC to 2017 Update 9 (#271) 2019-07-11 15:43:34 -07:00
Alexander Aprelev
29a5d76757
[toolchain] Update Windows VS toolchain to current Chromium one (18fbbd3). (#195)
Copied from https://dart-review.googlesource.com/c/84630.
2018-11-24 22:13:15 -08:00
Alexander Aprelev
b12e9229f6
[toolchain] Update Windows VS toolchain to current Chromium one. (#176)
Changes to the canonical are only addition of a comment header and path-setting lines:
```
chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))

SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

sys.path.insert(0, os.path.join(chrome_src, 'tools'))
```
2018-09-26 10:06:16 -07:00
Chinmay Garde
cce1705f81
Sync vs_toolchain.py with the one used by the Dart buildroot. (#143) 2018-05-24 15:03:08 -07:00
Michael Goderbauer
62de2ab9a1 Fix GN build to compile gen_snapshot on Windows. (#47)
This is essentially a backport of 9a6797e6ba, where the Dart SDK is doing the same based on a copy of Flutter's build system.
2017-01-23 10:27:09 -08:00
Adam Barth
af5d72a1e4 Initial import 2016-08-09 12:21:53 -07:00