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

  /external/chromium_org/tools/gn/
substitution_type.h 41 SUBSTITUTION_TARGET_OUTPUT_NAME, // {{target_output_name}}
ninja_target_writer.cc 132 if (bits.used[SUBSTITUTION_TARGET_OUTPUT_NAME]) {
133 out_ << kSubstitutionNinjaNames[SUBSTITUTION_TARGET_OUTPUT_NAME] << " = "
135 target_, SUBSTITUTION_TARGET_OUTPUT_NAME)
substitution_type.cc 29 "{{target_output_name}}", // SUBSTITUTION_TARGET_OUTPUT_NAME
65 "target_output_name", // SUBSTITUTION_TARGET_OUTPUT_NAME
129 type == SUBSTITUTION_TARGET_OUTPUT_NAME;
substitution_writer_unittest.cc 205 &target, SUBSTITUTION_TARGET_OUTPUT_NAME, &result));
substitution_writer.cc 461 case SUBSTITUTION_TARGET_OUTPUT_NAME:

Completed in 43 milliseconds