OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
gyp_target_writer.h
24
struct
TargetGroup
{
25
TargetGroup
()
54
const std::vector<
TargetGroup
>& targets,
command_gyp.cc
31
typedef GypTargetWriter::
TargetGroup
TargetGroup
;
32
typedef std::map<Label,
TargetGroup
> CorrelatedTargetsMap;
33
typedef std::map<SourceFile, std::vector<
TargetGroup
> > GroupedTargetsMap;
101
bool EnsureTargetsMatch(const
TargetGroup
& group, Err* err) {
209
const
TargetGroup
& group = i->second;
Completed in 523 milliseconds