chromium-src-build/mac
rsesek 5e4ffad0fb Delete build/mac/change_mach_o_flags.py and friends.
This was only used to mark executable as non-PIE. After the non-PIE Chromium
helper was removed, the last remaining use was for Valgrind. But Valgrind
support was also recently removed, so this can go away entirely.

change_mach_o_flags.py did explicitly set the MH_NO_HEAP_EXECUTION flag on
executables, but this is not necessary on x86_64 where the architecture default
is to not have an executable heap.

BUG=520680

Review URL: https://codereview.chromium.org/1885593003

Cr-Original-Commit-Position: refs/heads/master@{#387007}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 806f385a1f9c2814de91bd1a98a50e74c4fa9a81
2016-04-13 16:47:26 +00:00
..
OWNERS Tom and I should OWN a couple more things. 2011-04-28 18:49:36 +00:00
asan.gyp Use update.py --print-clang-version in build/mac/asan.gyp 2016-01-13 21:02:13 +00:00
chrome_mac.croc Exclude ChromeOS directories and files from mac win linux. 2010-10-04 22:56:50 +00:00
copy_asan_runtime_dylib.sh Make copy_asan_runtime_dylib.sh handle Clang version number changes 2016-01-14 18:14:26 +00:00
copy_framework_unversioned.sh Give copy_framework_unversioned an option to make a framework unversioned 2012-06-06 20:13:12 +00:00
edit_xibs.sh Fix build/mac/edit_xibs.sh. 2014-04-30 14:36:03 +00:00
find_sdk.py Add mac toolchain script support to find_sdk script. 2016-03-30 22:10:35 +00:00
strip_from_xcode Add a missing [ that prevented strip_from_xcode from functioning properly with 2010-06-01 20:49:50 +00:00
strip_save_dsym Don't hard-code python path. 2013-10-18 12:22:09 +00:00
tweak_info_plist.py Rework build/mac/tweak_info_plist.py to not rely on environment variables. 2016-04-12 23:21:23 +00:00