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

Unified Diff: chrome/common/features.gni

Issue 1718093005: Convert enable_one_click_signin to new buildflag system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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') | chrome/common/url_constants.h » ('j') | 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 7095deb322812c7f2baa70794ab239ab458e10e0..1e78625730ffe0442d9a216432fb7000182f3523 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -19,6 +19,8 @@ declare_args() {
use_vulcanize = true
}
+enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
+
chrome_grit_defines = [
"enable_google_now=$enable_google_now",
"use_vulcanize=$use_vulcanize",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698