Searched refs:depfile_path (Results 1 – 2 of 2) sorted by relevance
69 def WriteDepfile(depfile_path, first_gn_output, inputs=None): argument70 assert depfile_path != first_gn_output # http://crbug.com/64616573 MakeDirectory(os.path.dirname(depfile_path))75 with open(depfile_path, 'w') as depfile:
492 def WriteDepfile(depfile_path, first_gn_output, inputs=None, add_pydeps=True): argument493 assert depfile_path != first_gn_output # http://crbug.com/646165497 MakeDirectory(os.path.dirname(depfile_path))499 with open(depfile_path, 'w') as depfile: