Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dvariables.h178 extern const char kSources[];
Dvariables.cc766 const char kSources[] = "sources"; variable
Dtarget_generator.cc114 const Value* value = scope_->GetValue(variables::kSources, true); in FillSources()