| Index: build/android/gn/zip.py
|
| diff --git a/build/android/gn/zip.py b/build/android/gn/zip.py
|
| index b80e0a1e4c582cb09c3c4dee8152f1b27391b502..9498ec5157fd2eaf89d619df485cf839ce1bd1c4 100755
|
| --- a/build/android/gn/zip.py
|
| +++ b/build/android/gn/zip.py
|
| @@ -34,9 +34,7 @@ def main():
|
| build_utils.DoZip(inputs, output, base_dir)
|
|
|
| if options.depfile:
|
| - build_utils.WriteDepfile(
|
| - options.depfile,
|
| - build_utils.GetPythonDependencies())
|
| + build_utils.WriteDepfile(options.depfile, output)
|
|
|
|
|
| if __name__ == '__main__':
|
|
|