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

Unified Diff: build/android/gyp/configure_multidex.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/apkbuilder.py ('k') | build/android/gyp/copy_ex.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/configure_multidex.py
diff --git a/build/android/gyp/configure_multidex.py b/build/android/gyp/configure_multidex.py
index 9f3b7360f7132bfd7281f4881f497c620ecc4502..63c74f07be7e897b79ddb96e41fba26cc553e7a8 100755
--- a/build/android/gyp/configure_multidex.py
+++ b/build/android/gyp/configure_multidex.py
@@ -37,7 +37,7 @@ def ParseArgs():
args = parser.parse_args()
if args.enabled_configurations:
- args.enabled_configurations = build_utils.ParseGypList(
+ args.enabled_configurations = build_utils.ParseGnList(
args.enabled_configurations)
return args
« no previous file with comments | « build/android/gyp/apkbuilder.py ('k') | build/android/gyp/copy_ex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698