| Index: components/signin/features.gni
|
| diff --git a/components/signin/features.gni b/components/signin/features.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f4636abdb3f5147569e25f51ce7d0c7edae4028b
|
| --- /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_chromeos) || is_mac || is_win
|
| +
|
| +# Mirror is enabled and other account consistency mechanisms are not available.
|
| +enable_mirror = is_android || is_ios
|
|
|