Update windows_args.gn

This commit is contained in:
Alexander David Frick 2021-12-22 18:55:21 -06:00 committed by GitHub
parent 5284a18c7f
commit ac153bce38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
target_os = "win"
target_cpu = "x64"
enable_stripping = true
is_official_build = true
is_debug = false
@ -49,4 +51,3 @@ use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win64-main-1639633787-cd6ac44e63b7e7cbcc197d90ca6533c65e70cfdb.profdata"
target_os = "win"