Chromium Code Reviews| Index: tools/node-mac-tick-processor | 
| diff --git a/tools/node-mac-tick-processor b/tools/node-mac-tick-processor | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..ac1eb0e6ef12fd2db3bdb12ce017f8425fdd80e8 | 
| --- /dev/null | 
| +++ b/tools/node-mac-tick-processor | 
| @@ -0,0 +1,6 @@ | 
| +#!/bin/sh | 
| + | 
| +# A wrapper script to call 'node-linux-tick-processor' with Mac-specific settings. | 
| + | 
| +tools_path=`cd $(dirname "$0");pwd` | 
| +$tools_path/node-linux-tick-processor --mac --nm=$tools_path/mac-nm $@ |