Home | History | Annotate | Download | only in gn

Lines Matching refs:label

32 typedef std::map<Label, TargetGroup> CorrelatedTargetsMap;
51 // Groups targets sharing the same label between debug and release.
53 // We strip the toolchain label because the 64-bit and 32-bit builds, for
71 (*correlated)[record->label().GetWithNoToolchain()].debug = record;
75 (*correlated)[record->label().GetWithNoToolchain()].release = record;
81 (*correlated)[record->label().GetWithNoToolchain()].host_debug = record;
85 (*correlated)[record->label().GetWithNoToolchain()].host_release = record;
91 (*correlated)[record->label().GetWithNoToolchain()].debug64 = record;
95 (*correlated)[record->label().GetWithNoToolchain()].release64 = record;
108 non_null_one->label().GetUserVisibleName(true));
120 group.debug->label().GetUserVisibleName(true) +
128 group.debug->label().GetUserVisibleName(true) +
136 group.debug->label().GetUserVisibleName(true) +
146 group.debug->label().GetUserVisibleName(true) +
152 if (debug_target->deps()[i].label != release_target->deps()[i].label) {
154 group.debug->label().GetUserVisibleName(true) +
156 debug_target->deps()[i].label.GetUserVisibleName(true));
197 // Match up the debug and release version of each target by label.