diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-24 10:50:35 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-24 10:50:35 +0000 |
commit | 97ab1fadae7cb208470d0365b6ee326acb232eba (patch) | |
tree | 7ae9ec11a7c8286fb8152938f84e7f36f12ec0ee /build | |
parent | ed7e836964d73e078e688af854f424784ea99033 (diff) | |
download | chromium_src-97ab1fadae7cb208470d0365b6ee326acb232eba.zip chromium_src-97ab1fadae7cb208470d0365b6ee326acb232eba.tar.gz chromium_src-97ab1fadae7cb208470d0365b6ee326acb232eba.tar.bz2 |
Use real dSYM files for ASan Mac builds by default.
BUG=148383
TBR=thakis
Review URL: https://codereview.chromium.org/11668022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 726a2fe..7d1eca8 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3374,9 +3374,7 @@ ['asan==1', { 'conditions': [ ['mac_want_real_dsym=="default"', { - # TODO(glider): use real dSYM files for ASan once - # http://crbug.com/166857 is fixed. - 'mac_real_dsym': 0, + 'mac_real_dsym': 1, }, { 'mac_real_dsym': '<(mac_want_real_dsym)' }], |