| Index: build/android/gyp/generate_split_manifest.py
|
| diff --git a/build/android/gyp/generate_split_manifest.py b/build/android/gyp/generate_split_manifest.py
|
| index 1a312eda6ac15637aaa3e935fa431e5e20ceeeaf..93b55027dbba107dc390222cf039f52f77d68489 100755
|
| --- a/build/android/gyp/generate_split_manifest.py
|
| +++ b/build/android/gyp/generate_split_manifest.py
|
| @@ -90,7 +90,7 @@ def main():
|
| if options.depfile:
|
| build_utils.WriteDepfile(
|
| options.depfile,
|
| - [main_manifest] + build_utils.GetPythonDependencies())
|
| + [options.main_manifest] + build_utils.GetPythonDependencies())
|
|
|
|
|
| if __name__ == '__main__':
|
|
|