Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-05-25 14:36:11 -05:00 committed by GitHub
parent 98b40c9e65
commit 553d19b94d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ if (is_win) {
# See comment in chrome_dll.gypi in the hardlink_to_output
# target for why this cannot be 'initial' like the DLL.
inputs = [ "$root_out_dir/initialexe/chrome.exe" ]
inputs = [ "$root_out_dir/initialexe/thorium.exe" ]
outputs = [
"$root_out_dir/thorium.exe",
"$root_out_dir/thorium.exe.pdb",
@ -136,7 +136,7 @@ if (!is_android && !is_mac) {
configs -= [ "//build/config/compiler:thinlto_optimize_default" ]
configs += [ "//build/config/compiler:thinlto_optimize_max" ]
if (is_win) {
output_name = "initialexe/chrome"
output_name = "initialexe/thorium"
} else {
output_name = "thorium"
}