Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index e70fa9a4942f4199955509f0312924682c71c529..ad1b2402d67ef08b3552d7bac1334fce23c4e712 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -262,6 +262,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': [ |