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

Unified Diff: tools/mac-tick-processor

Issue 155437: Implement shared libraries logging on Mac OS X, added required support in Tick Processor. (Closed)
Patch Set: Created 11 years, 5 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
« tools/mac-nm ('K') | « tools/mac-nm ('k') | tools/tickprocessor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mac-tick-processor
diff --git a/tools/mac-tick-processor b/tools/mac-tick-processor
new file mode 100755
index 0000000000000000000000000000000000000000..429f3cb781ae2a20f70dd0b14678db02b5713dcd
--- /dev/null
+++ b/tools/mac-tick-processor
@@ -0,0 +1,4 @@
+#!/bin/sh
+
iposva 2009/07/13 20:18:21 Maybe a small comment what this driver script trie
Mikhail Naganov 2009/07/14 05:00:42 Done.
+tools_path=`cd $(dirname "$0");pwd`
+$tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
« tools/mac-nm ('K') | « tools/mac-nm ('k') | tools/tickprocessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698