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

Unified Diff: chrome/chrome_features.gypi

Issue 2157563002: Add a PGO tag for the PGO builds in chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
Index: chrome/chrome_features.gypi
diff --git a/chrome/chrome_features.gypi b/chrome/chrome_features.gypi
index 3c80aa0af27fccc438fb5c02c339f33fe6a8de47..e3f0c001055cc38b88b4b71e9889dc4e9ae08fab 100644
--- a/chrome/chrome_features.gypi
+++ b/chrome/chrome_features.gypi
@@ -21,6 +21,11 @@
}, {
'enable_background%': 1,
'enable_google_now%': 1,
+ }],
+ ['chrome_pgo_phase!=0', {
+ 'pgo_build%': 1,
+ }, {
+ 'pgo_build%': 0,
}]
],
@@ -35,6 +40,7 @@
'enable_google_now%': '<(enable_google_now)',
'android_java_ui%': '<(android_java_ui)',
'use_vulcanize%': '<(use_vulcanize)',
+ 'pgo_build%': '<(pgo_build)',
# GN only, but defined here so BUILDFLAG works without ifdef.
'enable_package_mash_services%': 0,

Powered by Google App Engine
This is Rietveld 408576698