Searched refs:label_without_toolchain (Results 1 – 3 of 3) sorted by relevance
444 self.comment = 'GN: ' + gn_utils.label_without_toolchain(gn_target)598 label_without_toolchain = gn_utils.label_without_toolchain(label)599 if label in default_targets or label_without_toolchain in default_targets:600 return label_without_toolchain.split(':')[-1]602 module = re.sub(r'^//:?', '', label_without_toolchain)851 elif target.type == 'action' and gn_utils.label_without_toolchain(860 module.host_supported = (gn_utils.label_without_toolchain(target.name) in930 if gn_utils.label_without_toolchain(dep_name) in builtin_deps:931 builtin_deps[gn_utils.label_without_toolchain(dep_name)](module)
147 def label_without_toolchain(label): function
243 return gn_utils.label_without_toolchain(gn_name).split(':')[1]