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

Side by Side Diff: Source/bindings/scripts/test-py-json.sh

Issue 15801003: IDL parser rewrite in Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: [WIP] Full parser Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2
3 BLINK_DIR='/w/chr/src/third_party/WebKit'
4 # BLINK_DIR='/w/blink'
5 for i in $(find $BLINK_DIR/Source/core $BLINK_DIR/Source/modules -name '*.idl' | xargs grep "^#" -L)
6 do
7 # echo "$i"
8 ./dump_ir.py "$i"
9 #then
10 # # echo -e "Failed:\n$i"
11 #fi
12 done
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698