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