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

Unified Diff: chrome/chrome_features.gypi

Issue 2160013003: Revert of Add a PGO tag for the PGO builds in chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/chrome_features.gyp ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_features.gypi
diff --git a/chrome/chrome_features.gypi b/chrome/chrome_features.gypi
index e3f0c001055cc38b88b4b71e9889dc4e9ae08fab..3c80aa0af27fccc438fb5c02c339f33fe6a8de47 100644
--- a/chrome/chrome_features.gypi
+++ b/chrome/chrome_features.gypi
@@ -21,11 +21,6 @@
}, {
'enable_background%': 1,
'enable_google_now%': 1,
- }],
- ['chrome_pgo_phase!=0', {
- 'pgo_build%': 1,
- }, {
- 'pgo_build%': 0,
}]
],
@@ -40,7 +35,6 @@
'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,
« no previous file with comments | « chrome/chrome_features.gyp ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698