Home
last modified time | relevance | path

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

/external/libchrome/build/android/gyp/util/
Dbuild_utils.py492 def WriteDepfile(depfile_path, first_gn_output, inputs=None, add_pydeps=True): argument
493 assert depfile_path != first_gn_output # http://crbug.com/646165
497 MakeDirectory(os.path.dirname(depfile_path))
499 with open(depfile_path, 'w') as depfile: