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

Unified Diff: testing/scripts/check_gn_headers.py

Issue 2932153002: Print detailed info in check_gn_headers.py (Closed)
Patch Set: lint Created 3 years, 6 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/check_gn_headers_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/check_gn_headers.py
diff --git a/testing/scripts/check_gn_headers.py b/testing/scripts/check_gn_headers.py
index 7aa36a6a8c208ad7ddeaf2d711421340128e97e6..cb2520c3b32ccf845330b7757a95197571d94164 100755
--- a/testing/scripts/check_gn_headers.py
+++ b/testing/scripts/check_gn_headers.py
@@ -20,7 +20,8 @@ def main_run(args):
os.path.join(args.paths['checkout'], 'out', args.build_config_fs),
'--whitelist',
os.path.join(common.SRC_DIR, 'build', 'check_gn_headers_whitelist.txt'),
- '--json', tempfile_path
+ '--json', tempfile_path,
+ '--verbose',
], cwd=common.SRC_DIR)
with open(tempfile_path) as f:
« no previous file with comments | « build/check_gn_headers_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698