Skip to content

Instantly share code, notes, and snippets.

@sgraham
Last active November 20, 2020 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgraham/bc561f19cd354746dd2469103e1f97d4 to your computer and use it in GitHub Desktop.
Save sgraham/bc561f19cd354746dd2469103e1f97d4 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
echo $1
rm -f YYY.gn
/work/gn/out/gn format -q $1
/work/gn/out/gn format --dump-tree=json $1 >XXX.json
/work/gn/out/gn format -q --read-tree=json YYY.gn <XXX.json
diff $1 YYY.gn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment