Home
last modified time | relevance | path

Searched refs:SOURCE_SET (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/gn/
Dheader_checker_unittest.cc23 a_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest()
24 b_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest()
25 c_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest()
26 d_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest()
79 p.set_output_type(Target::SOURCE_SET); in TEST_F()
199 z.set_output_type(Target::SOURCE_SET); in TEST_F()
Dconfig_values_extractors_unittest.cc48 dep2.set_output_type(Target::SOURCE_SET); in TEST()
65 dep1.set_output_type(Target::SOURCE_SET); in TEST()
92 target.set_output_type(Target::SOURCE_SET); in TEST()
Dtarget_unittest.cc160 d.set_output_type(Target::SOURCE_SET); in TEST()
206 c.set_output_type(Target::SOURCE_SET); in TEST()
261 b.set_output_type(Target::SOURCE_SET); in TEST()
438 dest.set_output_type(Target::SOURCE_SET); in TEST()
446 pub.set_output_type(Target::SOURCE_SET); in TEST()
455 dep_on_pub.set_output_type(Target::SOURCE_SET); in TEST()
465 forward.set_output_type(Target::SOURCE_SET); in TEST()
474 dep_on_forward.set_output_type(Target::SOURCE_SET); in TEST()
Dtarget.cc94 case SOURCE_SET: in GetStringForOutputType()
215 dep->output_type() == SOURCE_SET) in PullDependentTargetInfo()
280 case SOURCE_SET: in FillOutputFiles()
Dtoolchain.cc144 case Target::SOURCE_SET: in GetToolTypeForTargetFinalOutput()
Dninja_binary_target_writer.cc85 if (target_->output_type() == Target::SOURCE_SET) in Run()
415 if (dep->output_type() == Target::SOURCE_SET) { in ClassifyDependency()
Dninja_binary_target_writer_unittest.cc20 target.set_output_type(Target::SOURCE_SET); in TEST()
Dtarget.h39 SOURCE_SET, enumerator
Dninja_target_writer.cc71 target->output_type() == Target::SOURCE_SET) { in RunAndWriteFile()
Dtarget_generator.cc109 Target::SOURCE_SET, err); in GenerateTarget()