summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 15:34:00 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 15:34:00 +0000
commit5a5d97aa22829130bad6a4d24ebddf4ff262b704 (patch)
tree129d8be88e63f72b613d83e8f832549195ade0c3 /chrome/chrome_exe.gypi
parent63fa495a1d980f518c8d3b3e6adb2ae3bec6233b (diff)
downloadchromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.zip
chromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.tar.gz
chromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.tar.bz2
If the 'asan' GYP variable is set to 1 on Mac, do not strip the __asan_init symbol from the binaries.
Review URL: http://codereview.chromium.org/7828043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 099e9d9..f028efd 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -76,6 +76,12 @@
'app/client_util.cc',
]
}],
+ ['OS=="mac" and asan==1', {
+ 'xcode_settings': {
+ # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE.
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves',
+ },
+ }],
],
}],
],