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

Unified Diff: components/cronet/tools/jar_src.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 | « components/cronet/tools/extract_from_jars.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/jar_src.py
diff --git a/components/cronet/tools/jar_src.py b/components/cronet/tools/jar_src.py
index 7e73f48b4ca8c9c1cf5569c8e1c264ce6cde668f..91f3cd17167f09860c9ebf6b4ff05f525d930b55 100755
--- a/components/cronet/tools/jar_src.py
+++ b/components/cronet/tools/jar_src.py
@@ -63,7 +63,7 @@ def main():
src_dirs = []
for src_dir in options.src_dir:
- src_dirs.extend(build_utils.ParseGypList(src_dir))
+ src_dirs.extend(build_utils.ParseGnList(src_dir))
if unzipped_jar_path:
src_dirs += [unzipped_jar_path]
« no previous file with comments | « components/cronet/tools/extract_from_jars.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698