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

Unified Diff: chrome/common/features.gni

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: Remove the VS2013 string. 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/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 890cde193c2fa84f3475bf6b9fcc253f7cb9b4d2..d36b6ae72241f9f78315f2f617948051d0ca47d2 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -6,6 +6,7 @@
# Please keep in sync!
import("//build/config/chromecast_build.gni")
+import("//build/config/compiler/compiler.gni")
declare_args() {
enable_google_now = !is_ios && !is_android && !is_chromecast
@@ -29,6 +30,9 @@ declare_args() {
# Set to true to bundle all the mash related mojo services into chrome.
# Specify --mash to chrome to have chrome start the mash environment.
enable_package_mash_services = is_chromeos
+
+ # Indicates if the build is using PGO.
+ pgo_build = chrome_pgo_phase > 0
}
chrome_grit_defines = [
« no previous file with comments | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698