Home | History | Annotate | Download | only in tools

Lines Matching refs:dep_name

295 def apply_module_dependency(blueprint, desc, module, dep_name):
307 dep_name: GN target of the dependency.
311 if label_without_toolchain(dep_name) in builtin_deps:
312 builtin_deps[label_without_toolchain(dep_name)](module)
317 target = desc[dep_name]
325 create_modules_from_target(blueprint, desc, dep_name)
328 module.srcs.append(':' + label_to_module_name(dep_name))
330 label_to_module_name(dep_name) + '_headers')
332 dep_name) != module.name:
333 create_modules_from_target(blueprint, desc, dep_name)
334 module.static_libs.append(label_to_module_name(dep_name))
336 dep_name) != module.name:
337 module.shared_libs.append(label_to_module_name(dep_name))