| Index: build/android/gyp/locale_pak_resources.py
|
| diff --git a/build/android/gyp/locale_pak_resources.py b/build/android/gyp/locale_pak_resources.py
|
| index 84c4a37ba9254fbd1d325f0a0e116fdbb08e0f9e..63d33431835a97aa71e469c3259768233306e20d 100755
|
| --- a/build/android/gyp/locale_pak_resources.py
|
| +++ b/build/android/gyp/locale_pak_resources.py
|
| @@ -93,7 +93,7 @@ def main():
|
| build_utils.CheckOptions(options, parser,
|
| required=['locale_paks'])
|
|
|
| - sources = build_utils.ParseGypList(options.locale_paks)
|
| + sources = build_utils.ParseGnList(options.locale_paks)
|
|
|
| if options.depfile:
|
| deps = sources + build_utils.GetPythonDependencies()
|
|
|