Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit a93b211

Browse files
committed
Update for M102
1 parent e6dc81b commit a93b211

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stable Chromium builds for Windows 32-bit, nothing fancy.
33

44
## General build configuration
5-
- Visual Studio 2019 v16.11.11 + SDK 10.0.19041.0
5+
- Visual Studio 2019 v16.11.15 + SDK 10.0.20348.0
66
- Propertiary codecs and H.264 enabled
77
- Field trials disabled
88
- Channel unset (this allows for installing extensions outside Web Store)

scripts/clean.cmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
3+
IF NOT DEFINED IN_CHROMIUM_BUILDER (goto :EOF)
4+
cd %CHROMIUM_DIR%\depot_tools
5+
6+
cd src
7+
cmd /c "gn clean out\stable-sync-x86"
8+
cmd /c "gn clean out\stable-nosync-x86"
9+
cmd /c "gn clean out\stable-undefined-noarch"
10+
cd ..

0 commit comments

Comments
 (0)