1# Copyright 2020 The Chromium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import("//build/config/apple/mobile_config.gni") 6 7declare_args() { 8 # Generate orderfile at application startup and then exit. 9 # NOTE: This flag adds runtime tooling to capture function call details, 10 # writes out an orderfile to the documents directory, then terminates the 11 # application. It should generally NOT be enabled. 12 ios_chrome_generate_order_file = false 13} 14