index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebKitTools
/
Scripts
/
create-exports
blob: c645d55eb2f2a78bcf35b904a3a09a66d0d2440e (
plain
)
1
2
3
4
5
#!/usr/bin/perl -w while (<>) { print "$1\n" if /^\s*\"(.+)\", referenced from:$/; }