mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update BUILD.gn
This commit is contained in:
parent
98b40c9e65
commit
553d19b94d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue