| Index: components/cronet/tools/extract_from_jars.py
|
| diff --git a/components/cronet/tools/extract_from_jars.py b/components/cronet/tools/extract_from_jars.py
|
| index ee32b940fec703af7aba9b9ef26f1cd8d739d184..6783fa07a18accfe128fd6f2ff4d20cbbb33fcfa 100755
|
| --- a/components/cronet/tools/extract_from_jars.py
|
| +++ b/components/cronet/tools/extract_from_jars.py
|
| @@ -40,8 +40,7 @@ def main():
|
| ExtractJars(options)
|
|
|
| if options.depfile:
|
| - build_utils.WriteDepfile(options.depfile,
|
| - build_utils.GetPythonDependencies())
|
| + build_utils.WriteDepfile(options.depfile, options.stamp)
|
|
|
| if options.stamp:
|
| build_utils.Touch(options.stamp)
|
|
|