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

Unified Diff: build/android/gyp/package_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/pack_relocations.py ('k') | build/android/gyp/process_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/package_resources.py
diff --git a/build/android/gyp/package_resources.py b/build/android/gyp/package_resources.py
index 08a253795433cd1f1f1329f8b31bbc0dae5f4263..53ba92c3c6da58701ec71663dd4c09320bf11b76 100755
--- a/build/android/gyp/package_resources.py
+++ b/build/android/gyp/package_resources.py
@@ -130,8 +130,8 @@ def _ParseArgs(args):
build_utils.CheckOptions(options, parser, required=required_options)
- options.resource_zips = build_utils.ParseGypList(options.resource_zips)
- options.language_splits = build_utils.ParseGypList(options.language_splits)
+ options.resource_zips = build_utils.ParseGnList(options.resource_zips)
+ options.language_splits = build_utils.ParseGnList(options.language_splits)
return options
« no previous file with comments | « build/android/gyp/pack_relocations.py ('k') | build/android/gyp/process_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698