Searched refs:compile_standard_allow_info (Results 1 – 4 of 4) sorted by relevance
/build/templates/common/ |
D | check_deps_handler.py | 116 def check_part_deps(args, part_pattern, path_parts_info, compile_standard_allow_info, depfiles:list… argument 117 deps_allow_list = compile_standard_allow_info.get("deps_added_external_part_module", []) 118 third_deps_allow_list = compile_standard_allow_info.get("third_deps_bundle_not_add", []) 161 compile_standard_allow_info = read_json_file(compile_standard_allow_file) 166 gn_allow_list = compile_standard_allow_info.get("gn_part_or_subsystem_error", []) 175 check_part_deps(args, part_pattern, path_parts_info,compile_standard_allow_info, depfiles)
|
D | check_external_deps.py | 33 compile_standard_allow_info = read_json_file(compile_standard_allow_file) 34 …added_self_part_allow_list = compile_standard_allow_info.get("external_deps_added_self_part_module… 35 bundle_not_add_allow_list = compile_standard_allow_info.get("external_deps_bundle_not_add", [])
|
D | check_part_subsystem_name.py | 36 compile_standard_allow_info = read_json_file(compile_standard_allow_file) 37 bundle_file_allow_list = compile_standard_allow_info.get("gn_part_or_subsystem_error", [])
|
/build/hb/services/ |
D | loader.py | 82 compile_standard_allow_info = read_json_file(compile_standard_allow_file) 83 bundle_subsystem_allow_list = compile_standard_allow_info.get("bundle_subsystem_error", [])
|