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] |