| Index: build/android/gyp/gcc_preprocess.py
|
| diff --git a/build/android/gyp/gcc_preprocess.py b/build/android/gyp/gcc_preprocess.py
|
| index 03becf918fed98b9077d99d86f44416a07d207a5..dbad8f24b62ba3cfb776ce702f02a8cd81061a42 100755
|
| --- a/build/android/gyp/gcc_preprocess.py
|
| +++ b/build/android/gyp/gcc_preprocess.py
|
| @@ -46,9 +46,7 @@ def main(args):
|
| DoGcc(options)
|
|
|
| if options.depfile:
|
| - build_utils.WriteDepfile(
|
| - options.depfile,
|
| - build_utils.GetPythonDependencies())
|
| + build_utils.WriteDepfile(options.depfile, options.output)
|
|
|
| if options.stamp:
|
| build_utils.Touch(options.stamp)
|
|
|