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

  /external/chromium_org/tools/gn/
action_values.cc 19 if (target->output_type() == Target::COPY_FILES ||
copy_target_generator.cc 24 target_->set_output_type(Target::COPY_FILES);
ninja_copy_target_writer_unittest.cc 21 target.set_output_type(Target::COPY_FILES);
53 target.set_output_type(Target::COPY_FILES);
function_get_target_outputs.cc 122 target->output_type() == Target::COPY_FILES ||
target.h 40 COPY_FILES,
125 output_type_ == COPY_FILES;
function_get_target_outputs_unittest.cc 63 action->set_output_type(Target::COPY_FILES);
toolchain.cc 146 case Target::COPY_FILES:
target.cc 96 case COPY_FILES:
281 case COPY_FILES:
ninja_target_writer.cc 58 if (target->output_type() == Target::COPY_FILES) {
command_desc.cc 641 target->output_type() != Target::COPY_FILES &&
697 target->output_type() == Target::COPY_FILES) {

Completed in 98 milliseconds