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