Home
last modified time | relevance | path

Searched refs:CreateAddDepsCommand (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/build/android/gyp/
H A Djavac_output_processor.py96 cmd = dep_utils.CreateAddDepsCommand(self._target_name,
H A Dbytecode_processor.py140 cmd = dep_utils.CreateAddDepsCommand(gn_target,
/aosp_15_r20/external/cronet/build/android/gyp/
H A Djavac_output_processor.py96 cmd = dep_utils.CreateAddDepsCommand(self._target_name,
H A Dbytecode_processor.py129 cmd = dep_utils.CreateAddDepsCommand(gn_target, sorted(missing_deps))
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Ddep_utils.py252 def CreateAddDepsCommand(gn_target: str, missing_deps: List[str]) -> List[str]: function
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Ddep_utils.py252 def CreateAddDepsCommand(gn_target: str, missing_deps: List[str]) -> List[str]: function