Searched refs:project_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/tools/
H A Dpretty_sln.py94 for project_info in projects:
95 if projects[project_info][1] == dep:
96 new_dep_array.append(project_info)
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py826 project_info = LLVMProjectInfo.load_from_path( variable
830 add_magic_target_components(parser, project_info, opts)
833 project_info.validate_components()
837 project_info.print_tree()
842 project_info.write_components(opts.write_llvmbuild)
846 project_info.write_library_table(opts.write_library_table,
851 project_info.write_make_fragment(opts.write_make_fragment)
855 project_info.write_cmake_fragment(opts.write_cmake_fragment)
865 available_targets = [ci for ci in project_info.component_infos

Completed in 1480 milliseconds