Home
last modified time | relevance | path

Searched refs:SUBSTITUTION_TARGET_GEN_DIR (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
Dsubstitution_type.cc106 type == SUBSTITUTION_TARGET_GEN_DIR || in SubstitutionIsInOutputDir()
127 type == SUBSTITUTION_TARGET_GEN_DIR || in IsValidToolSubstutition()
Dsubstitution_writer_unittest.cc197 &target, SUBSTITUTION_TARGET_GEN_DIR, &result)); in TEST()
227 SUBSTITUTION_TARGET_GEN_DIR)); in TEST()
248 &target, tool, SUBSTITUTION_TARGET_GEN_DIR)); in TEST()
Dninja_target_writer.cc114 if (bits.used[SUBSTITUTION_TARGET_GEN_DIR]) { in WriteSharedVars()
115 out_ << kSubstitutionNinjaNames[SUBSTITUTION_TARGET_GEN_DIR] << " = " in WriteSharedVars()
117 target_, SUBSTITUTION_TARGET_GEN_DIR) in WriteSharedVars()
Dsubstitution_type.h39 SUBSTITUTION_TARGET_GEN_DIR, // {{target_gen_dir}} enumerator
Dsubstitution_writer.cc451 case SUBSTITUTION_TARGET_GEN_DIR: in GetTargetSubstitution()