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

  /external/chromium_org/tools/gn/
ninja_binary_target_writer_unittest.cc 17 target.set_output_type(Target::SOURCE_SET);
gyp_target_writer.cc 78 case Target::SOURCE_SET: {
target.h 36 SOURCE_SET,
ninja_binary_target_writer.cc 104 if (target_->output_type() == Target::SOURCE_SET)
419 if (dep->output_type() == Target::SOURCE_SET) {
420 if (target_->output_type() == Target::SOURCE_SET) {
433 // Note we need to specify the target as the source_set target
ninja_target_writer.cc 73 target->output_type() == Target::SOURCE_SET) {
ninja_helper.cc 135 target->output_type() == Target::SOURCE_SET ||
target.cc 165 dep->output_type() == SOURCE_SET)
target_generator.cc 94 Target::SOURCE_SET, err);
gyp_binary_target_writer.cc 150 case Target::SOURCE_SET:

Completed in 340 milliseconds