Lines Matching refs:target_desc
497 target_desc = self.desc[gn_target_name]
506 for src in target_desc.get('outputs', [])
514 for src in target_desc.get('inputs', [])
521 target_desc = self.desc[gn_target_name]
522 args = target_desc['args']
538 for src in target_desc.get('sources', [])
596 target_desc = self.desc[gn_target_name]
597 if target_desc['type'] == 'action':
598 args = target_desc['args']
604 elif target_desc['type'] == 'executable':
606 elif target_desc['type'] == 'static_library':
608 elif target_desc['type'] == 'source_set':
611 raise Error('Unknown target type: %s' % target_desc['type'])
619 for src in target_desc.get('sources', [])