features.gni 609 B

12345678910111213141516
  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. declare_args() {
  5. # Controls whether Chrome links with MaterialComponents.framework or
  6. # gets the implementation from its downstream provider. Ignored if
  7. # MaterialComponents is not build as a framework.
  8. ios_chrome_links_with_material_components_framework = true
  9. # Enable MetricKit in Chrome to collect runtime data.
  10. ios_enable_metrickit = false
  11. # Enable an experimental option to dump sandbox.
  12. ios_enable_sandbox_dump = false
  13. }