Commit Graph

2 Commits

Author SHA1 Message Date
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
Adam Barth
af5d72a1e4 Initial import 2016-08-09 12:21:53 -07:00