Make write_gn_args.py quiet

This commit is contained in:
Ryan Dahl 2019-03-18 21:28:53 -04:00
parent 8f3d0ca664
commit c7d81fa9ff

View file

@ -10,6 +10,7 @@ args_list = run_output([
third_party.gn_path, "args",
build_path(), "--list", "--short", "--overrides-only"
],
quiet=True,
env=third_party.google_env())
with open(out_filename, "w") as f: