config.gni (525B)
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 5 import("//chromium/build/config/apple/mobile_config.gni") 6 7 declare_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 }