Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3476)

Unified Diff: build/common.gypi

Issue 2018293002: Enable WPO for the x64 Official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@4702
Patch Set: Rebase. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1d69c51821c0423ade5b7ced71ab4619916c1d6a..8392eac2110d8ead03a95bded9b144edfdf85ba8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2017,7 +2017,7 @@
},{
'msvs_large_module_debug_link_mode%': '2', # Yes
}],
- ['chrome_pgo_phase!= 0', {
+ ['chrome_pgo_phase!=0 or target_arch=="x64"', {
'full_wpo_on_official%': 1,
}],
],
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698