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

Unified Diff: build/mac/strip_save_dsym

Issue 55030: Run dsymutil before valgrind (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
« no previous file with comments | « no previous file | tools/valgrind/valgrind_test.py » ('j') | tools/valgrind/valgrind_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac/strip_save_dsym
===================================================================
--- build/mac/strip_save_dsym (revision 12608)
+++ build/mac/strip_save_dsym (working copy)
@@ -216,7 +216,7 @@
"uuid_dict": uuid_dict,
}
info_contents = info_template % info_dict
- info_file = os.path.join(dsym, "Info.plist")
+ info_file = os.path.join(dsym, "Contents", "Info.plist")
info_fd = open(info_file, "w")
info_fd.write(info_contents)
info_fd.close()
« no previous file with comments | « no previous file | tools/valgrind/valgrind_test.py » ('j') | tools/valgrind/valgrind_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698