diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 20:13:37 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 20:13:37 +0000 |
commit | 1e12b665c85c2a826e9f4f9af8744e888619affc (patch) | |
tree | b17080d6ba221bf763eee8bd043109d927d12e9d /build/mac | |
parent | 17a8396f14051151059e95ce14b8a3e27b7c5882 (diff) | |
download | chromium_src-1e12b665c85c2a826e9f4f9af8744e888619affc.zip chromium_src-1e12b665c85c2a826e9f4f9af8744e888619affc.tar.gz chromium_src-1e12b665c85c2a826e9f4f9af8744e888619affc.tar.bz2 |
Run dsymutil before valgrind (Mac)
Review URL: http://codereview.chromium.org/55030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/mac')
-rwxr-xr-x | build/mac/strip_save_dsym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mac/strip_save_dsym b/build/mac/strip_save_dsym index a1d3ecd..0e54b93 100755 --- a/build/mac/strip_save_dsym +++ b/build/mac/strip_save_dsym @@ -216,7 +216,7 @@ def make_fake_dsym(macho, dsym): "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() |