summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/features.gni
blob: c55890fac0bb3d0c0858d7fe9afb14594d24af93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
}