Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-05-24 13:04:45 -05:00 committed by GitHub
parent 65bd3f2f18
commit 6e28377848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1730,7 +1730,7 @@ if (is_linux || is_chromeos) {
}
}
extract_symbols("chrome_symbols") {
binary = "$root_out_dir/chrome"
binary = "$root_out_dir/thorium"
if (current_cpu == "x86") {
# GYP used "ia32" so keep that naming for back-compat.