features.gni 355 B

1234567891011
  1. # Copyright 2017 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 if cronet is included.
  6. ios_web_view_include_cronet = false
  7. # Controls the output name of the built framework.
  8. ios_web_view_output_name = "ChromeWebView"
  9. }