# 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 | |
} |