Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index b92976b278b0bbd9f5f613b703e04ea35c98aec7..962fa457b097e82be6d87b30e9f13a4ad776c3cd 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -31,7 +31,6 @@ config("feature_flags") { |
# TODO(brettw) most of these need to be parameterized. |
defines = [ |
"CHROMIUM_BUILD", |
- "ENABLE_ONE_CLICK_SIGNIN", |
"ENABLE_NOTIFICATIONS", |
"ENABLE_EGLIMAGE=1", |
"ENABLE_BACKGROUND=1", |
@@ -180,6 +179,9 @@ config("feature_flags") { |
if (enable_google_now) { |
defines += [ "ENABLE_GOOGLE_NOW=1" ] |
} |
+ if (enable_one_click_signin) { |
+ defines += [ "ENABLE_ONE_CLICK_SIGNIN" ] |
+ } |
} |
# Debug/release ---------------------------------------------------------------- |