Home
last modified time | relevance | path

Searched refs:kHardDep (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
Dvariables.h142 extern const char kHardDep[];
Dvariables.cc548 const char kHardDep[] = "hard_dep"; variable
Dtarget_generator.cc183 const Value* hard_dep_value = scope_->GetValue(variables::kHardDep, true); in FillHardDep()