| Index: build/android/gyp/write_ordered_libraries.py
 | 
| diff --git a/build/android/gyp/write_ordered_libraries.py b/build/android/gyp/write_ordered_libraries.py
 | 
| index 49c933a2ab8c9204f525f21dd2fc7600c29735fc..67e7805cd2bdda847d0da350266bbc6e64a12ac1 100755
 | 
| --- a/build/android/gyp/write_ordered_libraries.py
 | 
| +++ b/build/android/gyp/write_ordered_libraries.py
 | 
| @@ -128,7 +128,6 @@ def main():
 | 
|      build_utils.Touch(options.stamp)
 | 
|  
 | 
|    if options.depfile:
 | 
| -    print libraries
 | 
|      build_utils.WriteDepfile(
 | 
|          options.depfile,
 | 
|          libraries + build_utils.GetPythonDependencies())
 | 
| 
 |