Searched refs:root_targets (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 16 root_targets = [ variable 376 if target in root_targets: 535 for root_target in root_targets: 614 for target in root_targets
|
/third_party/gn/src/gn/ |
H A D | analyzer.cc | 326 TargetSet root_targets; in Analyze() local 329 root_targets.insert(item->AsTarget()); in Analyze() 334 for (auto* root_target : root_targets) in Analyze()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 2893 def PruneUnwantedTargets(targets, flat_list, dependency_nodes, root_targets, data): 2894 """Return only the targets that are deep dependencies of |root_targets|.""" 2896 for target in root_targets: 2983 root_targets, 3057 if root_targets: 3059 # dependencies of the targets specified in |root_targets|. 3061 targets, flat_list, dependency_nodes, root_targets, data
|
H A D | __init__.py | 163 params["root_targets"], 461 dest="root_targets", 628 "root_targets": options.root_targets,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 2871 def PruneUnwantedTargets(targets, flat_list, dependency_nodes, root_targets, data): 2872 """Return only the targets that are deep dependencies of |root_targets|.""" 2874 for target in root_targets: 2961 root_targets, 3035 if root_targets: 3037 # dependencies of the targets specified in |root_targets|. 3039 targets, flat_list, dependency_nodes, root_targets, data
|
H A D | __init__.py | 166 params["root_targets"], 464 dest="root_targets", 642 "root_targets": options.root_targets,
|
Completed in 11 milliseconds