| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 2ec9dca505f86eb5fab3134788d78a75bf3f3f1d..758fc4cb068bf9a8dd26bcbec94959878f15abce 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -456,12 +456,6 @@
|
| ['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"', {
|
|
|