Sign in
ara-mdk
/
platform
/
external
/
webkit
/
5b2c15ff431547571fa3964c3cae937b657efe60
/
.
/
Tools
/
Scripts
/
create-exports
blob: c645d55eb2f2a78bcf35b904a3a09a66d0d2440e [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
while
(<>)
{
print
"$1\n"
if
/^
\s
*
\"
(.+)
\"
,
referenced from
:
$
/;
}