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

  /external/chromium_org/tools/gn/
substitution_type.h 50 SUBSTITUTION_INCLUDE_DIRS, // {{include_dirs}}
substitution_type.cc 37 "{{include_dirs}}", // SUBSTITUTION_INCLUDE_DIRS
73 "include_dirs", // SUBSTITUTION_INCLUDE_DIRS
142 type == SUBSTITUTION_INCLUDE_DIRS;
ninja_binary_target_writer.cc 103 if (subst.used[SUBSTITUTION_INCLUDE_DIRS]) {
104 out_ << kSubstitutionNinjaNames[SUBSTITUTION_INCLUDE_DIRS] << " =";

Completed in 405 milliseconds