| Index: build/android/gyp/find_sun_tools_jar.py | 
| diff --git a/build/android/gyp/find_sun_tools_jar.py b/build/android/gyp/find_sun_tools_jar.py | 
| index 2f15a154abd8915f0e124e1d129a830ae57aa784..7cd4c33984cea6897275da59cb70e0e420f29a0d 100755 | 
| --- a/build/android/gyp/find_sun_tools_jar.py | 
| +++ b/build/android/gyp/find_sun_tools_jar.py | 
| @@ -35,9 +35,7 @@ def main(): | 
| shutil.copyfile(sun_tools_jar_path, args.output) | 
|  | 
| if args.depfile: | 
| -    build_utils.WriteDepfile( | 
| -        args.depfile, | 
| -        [sun_tools_jar_path] + build_utils.GetPythonDependencies()) | 
| +    build_utils.WriteDepfile(args.depfile, args.output, [sun_tools_jar_path]) | 
|  | 
|  | 
| def FindSunToolsJarPath(): | 
|  |