Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1721)

Unified Diff: build/android/gyp/locale_pak_resources.py

Issue 1647353002: Use gn_helpers to [se]serialize GN lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@python_impl
Patch Set: more Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/gyp/lint.py ('k') | build/android/gyp/main_dex_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « build/android/gyp/lint.py ('k') | build/android/gyp/main_dex_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698