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

Unified Diff: tools/liststatics.sh

Issue 3601010: [Isolates] Allow running multiple isolates in shell and use this in tests. (Closed)
Patch Set: Created 10 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: tools/liststatics.sh
diff --git a/tools/liststatics.sh b/tools/liststatics.sh
index 1f0c6a90631233848ad9e53618095368420a7ba7..baf1a5be9b67fb89b239fb9b2254ab1462b8713e 100755
--- a/tools/liststatics.sh
+++ b/tools/liststatics.sh
@@ -1,4 +1,4 @@
#!/bin/sh
objdump --demangle -t obj/debug/$1 | \
- grep '\.bss\|\.data\|\.rodata' | \
+ grep '\.bss\|\.data' | \
grep -x -v -f tools/statics.whitelist

Powered by Google App Engine
This is Rietveld 408576698