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

Unified Diff: build/android/findbugs_diff.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 | « no previous file | build/android/gyp/aidl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/findbugs_diff.py
diff --git a/build/android/findbugs_diff.py b/build/android/findbugs_diff.py
index 8034b718b207ff3572e4752f99472357e838a747..9a92b3a9b0d9017c96bce7df3a33d6d899f884e7 100755
--- a/build/android/findbugs_diff.py
+++ b/build/android/findbugs_diff.py
@@ -82,7 +82,7 @@ def main():
if args.auxclasspath:
args.auxclasspath = args.auxclasspath.split(':')
elif args.auxclasspath_gyp:
- args.auxclasspath = build_utils.ParseGypList(args.auxclasspath_gyp)
+ args.auxclasspath = build_utils.ParseGnList(args.auxclasspath_gyp)
if args.base_dir:
if not args.exclude:
« no previous file with comments | « no previous file | build/android/gyp/aidl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698