fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / ios / chrome / features.gni
1 # Copyright 2019 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 declare_args() {
6   # Controls whether Chrome links with MaterialComponents.framework or
7   # gets the implementation from its downstream provider. Ignored if
8   # MaterialComponents is not build as a framework.
9   ios_chrome_links_with_material_components_framework = true
10
11   # Enable MetricKit in Chrome to collect runtime data.
12   ios_enable_metrickit = false
13 }