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

  /external/chromium_org/tools/gn/
copy_target_generator.cc 24 target_->set_output_type(Target::COPY_FILES);
ninja_copy_target_writer_unittest.cc 17 target.set_output_type(Target::COPY_FILES);
gyp_target_writer.cc 65 case Target::COPY_FILES:
target.h 37 COPY_FILES,
ninja_target_writer.cc 61 if (target->output_type() == Target::COPY_FILES) {
ninja_helper.cc 136 target->output_type() == Target::COPY_FILES ||
target.cc 77 case COPY_FILES:

Completed in 40 milliseconds