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

Side by Side Diff: tools/gn/t

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sample tests 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 unified diff | Download patch
« tools/gn/graph.cc ('K') | « tools/gn/outp.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 for i in inp*.json
4 do
5 echo $i
6 $csrc/out/Debug/gn analyze //out/Debug $i outp.json && python -m json.tool out p.json > $i.act
7 diff $i.exp $i.act
8 done
OLDNEW
« tools/gn/graph.cc ('K') | « tools/gn/outp.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698