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

Unified Diff: build/android/gyp/create_dist_jar.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/create_device_library_links.py ('k') | build/android/gyp/create_java_binary_script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/create_dist_jar.py
diff --git a/build/android/gyp/create_dist_jar.py b/build/android/gyp/create_dist_jar.py
index 0d31c5db93f5c8329df40842871719b843d3848d..582434f787e7aec80c00e693a2cb402a0c86f465 100755
--- a/build/android/gyp/create_dist_jar.py
+++ b/build/android/gyp/create_dist_jar.py
@@ -22,7 +22,7 @@ def main(args):
input_jars = []
for inputs_arg in options.inputs:
- input_jars.extend(build_utils.ParseGypList(inputs_arg))
+ input_jars.extend(build_utils.ParseGnList(inputs_arg))
build_utils.MergeZips(options.output, input_jars)
« no previous file with comments | « build/android/gyp/create_device_library_links.py ('k') | build/android/gyp/create_java_binary_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698