| Index: build/android/gyp/aidl.py | 
| diff --git a/build/android/gyp/aidl.py b/build/android/gyp/aidl.py | 
| index 66030b2c8f7ed93594c36f876a0c555db3e117f3..b6f6f16086cb12af89d1b38038fee910ccd562fd 100755 | 
| --- a/build/android/gyp/aidl.py | 
| +++ b/build/android/gyp/aidl.py | 
| @@ -53,9 +53,7 @@ def main(argv): | 
| srcjar.writestr(arcname, data) | 
|  | 
| if options.depfile: | 
| -    build_utils.WriteDepfile( | 
| -        options.depfile, | 
| -        build_utils.GetPythonDependencies()) | 
| +    build_utils.WriteDepfile(options.depfile, options.srcjar) | 
|  | 
|  | 
| if __name__ == '__main__': | 
|  |