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

Unified Diff: components/signin/features.gni

Issue 2946693002: Use GN buildflags and features to configure account consistency (Closed)
Patch Set: Created 3 years, 6 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: components/signin/features.gni
diff --git a/components/signin/features.gni b/components/signin/features.gni
new file mode 100644
index 0000000000000000000000000000000000000000..d06481b47b9f151e3b12cbfbe5ddcce56a011690
--- /dev/null
+++ b/components/signin/features.gni
@@ -0,0 +1,9 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Dice is supported on the platform (but not necessarily enabled).
+enable_dice_support = is_linux || is_mac || is_win
+
+# Mirror is enabled and other account consistency mechanisms are not available.
+enable_mirror = is_android || is_ios
« components/signin/core/browser/BUILD.gn ('K') | « components/signin/core/common/signin_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698