# 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