Update windows_args.gn
This commit is contained in:
parent
5284a18c7f
commit
ac153bce38
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
google_api_key = ""
|
google_api_key = ""
|
||||||
google_default_client_id = ""
|
google_default_client_id = ""
|
||||||
google_default_client_secret = ""
|
google_default_client_secret = ""
|
||||||
|
target_os = "win"
|
||||||
|
target_cpu = "x64"
|
||||||
enable_stripping = true
|
enable_stripping = true
|
||||||
is_official_build = true
|
is_official_build = true
|
||||||
is_debug = false
|
is_debug = false
|
||||||
|
@ -49,4 +51,3 @@ use_thin_lto = true
|
||||||
thin_lto_enable_optimizations = true
|
thin_lto_enable_optimizations = true
|
||||||
chrome_pgo_phase = 2
|
chrome_pgo_phase = 2
|
||||||
pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win64-main-1639633787-cd6ac44e63b7e7cbcc197d90ca6533c65e70cfdb.profdata"
|
pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win64-main-1639633787-cd6ac44e63b7e7cbcc197d90ca6533c65e70cfdb.profdata"
|
||||||
target_os = "win"
|
|
||||||
|
|
Loading…
Reference in a new issue