Index: build/android/gyp/copy_ex.py |
diff --git a/build/android/gyp/copy_ex.py b/build/android/gyp/copy_ex.py |
index 088880ce4866acaf4b029e67285a53ed768d10c5..eee3d191747c074545ebc24f5a37cfc0ac01e6ec 100755 |
--- a/build/android/gyp/copy_ex.py |
+++ b/build/android/gyp/copy_ex.py |
@@ -44,7 +44,7 @@ def main(args): |
if options.depfile: |
build_utils.WriteDepfile( |
options.depfile, |
- options.files + build_utils.GetPythonDependencies()) |
+ files + build_utils.GetPythonDependencies()) |
if options.stamp: |
build_utils.Touch(options.stamp) |