Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dsubstitution_type.cc104 type == SUBSTITUTION_ROOT_GEN_DIR || in SubstitutionIsInOutputDir()
125 type == SUBSTITUTION_ROOT_GEN_DIR || in IsValidToolSubstutition()
Dninja_target_writer.cc96 if (bits.used[SUBSTITUTION_ROOT_GEN_DIR]) { in WriteSharedVars()
97 out_ << kSubstitutionNinjaNames[SUBSTITUTION_ROOT_GEN_DIR] << " = " in WriteSharedVars()
99 target_, SUBSTITUTION_ROOT_GEN_DIR) in WriteSharedVars()
Dsubstitution_type.h37 SUBSTITUTION_ROOT_GEN_DIR, // {{root_gen_dir}} enumerator
Dsubstitution_writer_unittest.cc189 &target, SUBSTITUTION_ROOT_GEN_DIR, &result)); in TEST()
Dsubstitution_writer.cc441 case SUBSTITUTION_ROOT_GEN_DIR: in GetTargetSubstitution()