HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE_SET (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/gn/
config_values_extractors_unittest.cc 48 dep2.set_output_type(Target::SOURCE_SET);
65 dep1.set_output_type(Target::SOURCE_SET);
92 target.set_output_type(Target::SOURCE_SET);
header_checker_unittest.cc 23 a_.set_output_type(Target::SOURCE_SET);
24 b_.set_output_type(Target::SOURCE_SET);
25 c_.set_output_type(Target::SOURCE_SET);
26 d_.set_output_type(Target::SOURCE_SET);
79 p.set_output_type(Target::SOURCE_SET);
199 z.set_output_type(Target::SOURCE_SET);
target.cc 94 case SOURCE_SET:
215 dep->output_type() == SOURCE_SET)
280 case SOURCE_SET:
target_unittest.cc 160 d.set_output_type(Target::SOURCE_SET);
206 c.set_output_type(Target::SOURCE_SET);
261 b.set_output_type(Target::SOURCE_SET);
438 dest.set_output_type(Target::SOURCE_SET);
446 pub.set_output_type(Target::SOURCE_SET);
455 dep_on_pub.set_output_type(Target::SOURCE_SET);
465 forward.set_output_type(Target::SOURCE_SET);
474 dep_on_forward.set_output_type(Target::SOURCE_SET);
toolchain.cc 144 case Target::SOURCE_SET:
ninja_binary_target_writer.cc 85 if (target_->output_type() == Target::SOURCE_SET)
415 if (dep->output_type() == Target::SOURCE_SET) {
ninja_binary_target_writer_unittest.cc 20 target.set_output_type(Target::SOURCE_SET);
ninja_target_writer.cc 71 target->output_type() == Target::SOURCE_SET) {
target.h 39 SOURCE_SET,
target_generator.cc 109 Target::SOURCE_SET, err);

Completed in 64 milliseconds