Searched refs:what_to_print (Results 1 – 1 of 1) sorted by relevance
/third_party/gn/src/gn/ |
D | command_desc.cc | 652 std::string what_to_print; in RunDesc() local 654 what_to_print = args[2]; in RunDesc() 674 target, what_to_print, cmdline->HasSwitch(kAll), in RunDesc() 681 DescBuilder::DescriptionForConfig(config, what_to_print)); in RunDesc() 699 if (!PrintTarget(target, what_to_print, !multiple_outputs, handlers, in RunDesc() 709 if (!PrintConfig(config, what_to_print, !multiple_outputs, handlers)) in RunDesc()
|