| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index a8e4f3aa3391b0cc615d95822e480d0a9ca0a998..6044979accbbafd2381cf14c00f0f61175beb781 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -458,6 +458,12 @@
|
| ['chrome_multiple_dll', {
|
| 'defines': ['CHROME_MULTIPLE_DLL'],
|
| }],
|
| + ['OS=="mac" and asan==1', {
|
| + 'xcode_settings': {
|
| + # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE.
|
| + 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves',
|
| + },
|
| + }],
|
| ['OS=="linux"', {
|
| 'conditions': [
|
| ['branding=="Chrome"', {
|
|
|