WOA fixes

This commit is contained in:
Alexander Frick 2023-03-30 14:37:45 -05:00
parent 9d27771cb8
commit 26655c920b
8 changed files with 6 additions and 7 deletions

View file

@ -2683,7 +2683,7 @@ config("minimal_symbols") {
# names in the final debug information.
config("no_symbols") {
if (is_win) {
ldflags = [ "/DEBUG:NONE" ]
ldflags = [ "/DEBUG" ]
# All configs using /DEBUG should include this:
configs = [ ":win_pdbaltpath" ]

View file

@ -2612,7 +2612,7 @@ config("minimal_symbols") {
# names in the final debug information.
config("no_symbols") {
if (is_win) {
ldflags = [ "/DEBUG:NONE" ]
ldflags = [ "/DEBUG" ]
# All configs using /DEBUG should include this:
configs = [ ":win_pdbaltpath" ]

View file

@ -46,7 +46,7 @@ sleep 2 &&
mkdir -v -p ./temp &&
mkdir -v -p ./temp/USER_DATA &&
mkdir -v -p ./out &&
7z x thorium_mini_installer.exe &&
7z x thorium_mini_installer*.exe &&
7z x chrome.7z &&
mv -v Chrome-bin ./temp/BIN &&
cp -r -v ./README.win temp/README.txt &&

View file

@ -100,12 +100,11 @@ case $1 in
--raspi) copyRaspi;
esac
# Windows on ARM workaround
# Windows on ARM files
copyWOA () {
printf "\n" &&
printf "${YEL}Copying Windows on ARM build files...${c0}\n" &&
cp -r -v arm/build/config/* $HOME/chromium/src/build/config/ &&
cp -r -v arm/woa_arm.gni $HOME/chromium/src/build/config/arm.gni &&
printf "\n"
}
case $1 in

Binary file not shown.

Before

Width:  |  Height:  |  Size: 773 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 773 KiB

View file

@ -191,7 +191,7 @@
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22_WHITE" file="chromium/product_logo_name_22_white.png" />
<structure type="chrome_scaled_image" name="IDR_PRODUCT_MASCOT" file="chromium/thorium_mascot.png" />
<structure type="chrome_scaled_image" name="IDR_PRODUCT_NETERROR_FAVICON" file="chromium/dino_favicon.png" />
<structure type="chrome_scaled_image" name="IDR_PRODUCT_YIFF" file="chromium/catgirl_fridge.png" />
<structure type="chrome_scaled_image" name="IDR_PRODUCT_YIFF" file="chromium/yiff.png" />
</else>
</if> <!-- _google_chrome -->
<if expr="not is_android">