Chromium Code Reviews| Index: tools/liststatics.sh |
| =================================================================== |
| --- tools/liststatics.sh (revision 0) |
| +++ tools/liststatics.sh (revision 0) |
| @@ -0,0 +1,4 @@ |
| +#!/bin/sh |
| +objdump --demangle -t obj/debug/$1 | \ |
| + grep '\.bss\|\.data\|\.rodata' | \ |
| + grep -x -v -f tools/statics.whitelist |
| Property changes on: tools/liststatics.sh |
| ___________________________________________________________________ |
| Name: svn:executable |
| + * |