compute_inputs_for_analyze.gni (509B)
1 # Copyright 2018 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 declare_args() { 6 # Enable this flag when running "gn analyze". 7 # 8 # This causes some gn actions to compute inputs immediately (via exec_script) 9 # where they would normally compute them only when executed (and write them to 10 # a depfile). 11 # 12 # This flag will slow down GN, but is required for analyze to work properly. 13 compute_inputs_for_analyze = false 14 }