| Index: build/android/gyp/util/build_utils.py
 | 
| diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
 | 
| index d2ae39fb2ba16add4978d08e0356c850e32ced61..8b374e6f11ecabe33a89201e169d2a6436f40e90 100644
 | 
| --- a/build/android/gyp/util/build_utils.py
 | 
| +++ b/build/android/gyp/util/build_utils.py
 | 
| @@ -424,6 +424,7 @@ def AddDepfileOption(parser):
 | 
|  
 | 
|  
 | 
|  def WriteDepfile(path, dependencies):
 | 
| +  MakeDirectory(os.path.dirname(path))
 | 
|    with open(path, 'w') as depfile:
 | 
|      depfile.write(path)
 | 
|      depfile.write(': ')
 | 
| 
 |