Update windows_args.gn
This commit is contained in:
parent
ab5a040a90
commit
8caded3fc9
1 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
google_api_key = ""
|
||||
google_default_client_id = ""
|
||||
google_default_client_secret = ""
|
||||
enable_stripping = true
|
||||
is_official_build = true
|
||||
is_debug = false
|
||||
|
@ -49,9 +52,6 @@ enable_platform_encrypted_hevc = true
|
|||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
chrome_pgo_phase = 2
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-main-1649213807-91f73deff0cf33b43bdbec74d7cefebdfe29830a.profdata"
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-main-1650682118-4e3f755b1616e713f18922c635416e67b9d69188.profdata"
|
||||
target_os = "win"
|
||||
target_cpu = "x64"
|
||||
google_api_key = "AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
|
||||
google_default_client_id = "811574891467.apps.googleusercontent.com"
|
||||
google_default_client_secret = "kdloedMFGdGla2P1zacGjAQh"
|
||||
|
|
Loading…
Reference in a new issue