Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index e1cc708520edf291efb3f751bf201f1ad44fb855..1db4713351b6dc38c3aa21bfe7bcf035be99fed1 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -242,6 +242,12 @@ |
'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)', |
}, |
}], |
+ ['asan==1', { |
+ 'xcode_settings': { |
+ # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
+ }, |
+ }], |
['component=="shared_library"', { |
'xcode_settings': { |
'LD_RUNPATH_SEARCH_PATHS': [ |