blob: c55890fac0bb3d0c0858d7fe9afb14594d24af93 [file] [log] [blame]
# Copyright 2019 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.
declare_args() {
# Controls whether Chrome links with MaterialComponents.framework or
# gets the implementation from its downstream provider. Ignored if
# MaterialComponents is not build as a framework.
ios_chrome_links_with_material_components_framework = true
# Enable MetricKit in Chrome to collect runtime data.
ios_enable_metrickit = false
}