Home
last modified time | relevance | path

Searched refs:ParseNinjaDepsOutput (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/build/
Dcheck_gn_headers_unittest.py66 headers = check_gn_headers.ParseNinjaDepsOutput(
Dcheck_gn_headers.py45 ans = ParseNinjaDepsOutput(NinjaSource(), out_dir, skip_obj)
51 def ParseNinjaDepsOutput(ninja_out, out_dir, skip_obj): function