| Index: trunk/src/chrome/chrome.gyp
|
| ===================================================================
|
| --- trunk/src/chrome/chrome.gyp (revision 273301)
|
| +++ trunk/src/chrome/chrome.gyp (working copy)
|
| @@ -241,6 +241,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': [
|
|
|