Home
last modified time | relevance | path

Searched refs:ACTION_FOREACH (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/tools/gn/
Daction_target_generator.cc34 if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) { in DoRun()
51 if (!FillOutputs(output_type_ == Target::ACTION_FOREACH)) in DoRun()
124 } else if (output_type_ == Target::ACTION_FOREACH) { in CheckOutputs()
Dninja_action_target_writer_unittest.cc21 target.set_output_type(Target::ACTION_FOREACH); in TEST()
176 target.set_output_type(Target::ACTION_FOREACH); in TEST()
285 target.set_output_type(Target::ACTION_FOREACH); in TEST()
Daction_values.cc20 target->output_type() == Target::ACTION_FOREACH) { in GetOutputsAsSourceFiles()
Dtarget.h42 ACTION_FOREACH, enumerator
124 output_type_ == ACTION_FOREACH || in hard_dep()
Dninja_target_writer.cc62 target->output_type() == Target::ACTION_FOREACH) { in RunAndWriteFile()
159 (target_->output_type() == Target::ACTION_FOREACH); in WriteInputDepsStampAndGetDep()
Dfunction_get_target_outputs.cc123 target->output_type() == Target::ACTION_FOREACH) { in RunGetTargetOutputs()
Dtarget.cc100 case ACTION_FOREACH: in GetStringForOutputType()
283 case ACTION_FOREACH: { in FillOutputFiles()
Dcommand_desc.cc643 target->output_type() != Target::ACTION_FOREACH;
689 target->output_type() == Target::ACTION_FOREACH) {
696 target->output_type() == Target::ACTION_FOREACH ||
Dfunction_get_target_outputs_unittest.cc93 action->set_output_type(Target::ACTION_FOREACH); in TEST_F()
Dtoolchain.cc148 case Target::ACTION_FOREACH: in GetToolTypeForTargetFinalOutput()
Dninja_binary_target_writer_unittest.cc174 action.set_output_type(Target::ACTION_FOREACH); in TEST()
Dninja_action_target_writer.cc51 if (target_->output_type() == Target::ACTION_FOREACH) { in Run()
Dtarget_generator.cc94 Target::ACTION_FOREACH, err); in GenerateTarget()