summaryrefslogtreecommitdiffstats
path: root/build/mac/asan.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Re-land https://codereview.chromium.org/11642018/: Add a postbuild action ↵glider@chromium.org2013-03-121-0/+32
| | | | | | | | | | | | | | | | for executables built with ASan on Mac OS. The action will copy the ASan dynamic runtime to the output dir and into every bundled executable being built. Unlike the previous change, this one does not touch build/all.gyp, since our target doesn't need to be built when building 'All'. BUG=170629 TBR=thakis,mark Review URL: https://codereview.chromium.org/12685006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187566 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 187297glider@chromium.org2013-03-111-32/+0
| | | | | | | | | | | | | | > Add a postbuild action for executables built with ASan on Mac OS. > The action will copy the ASan dynamic runtime to the same dir where > the executable is. > > BUG=170629 > Review URL: https://codereview.chromium.org/11642018 TBR=glider@chromium.org Review URL: https://codereview.chromium.org/12440020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187309 0039d316-1c4b-4281-b951-d872f2087c98
* Add a postbuild action for executables built with ASan on Mac OS.glider@chromium.org2013-03-111-0/+32
The action will copy the ASan dynamic runtime to the same dir where the executable is. BUG=170629 Review URL: https://codereview.chromium.org/11642018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187297 0039d316-1c4b-4281-b951-d872f2087c98