Chromium Code Reviews| Index: chrome/unit_tests.isolate |
| diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
| index 446550b8e67a42c243050cce4e5191c043cfe43b..46fb05bd8a65627d067dbea7c8050c6d77a703b2 100644 |
| --- a/chrome/unit_tests.isolate |
| +++ b/chrome/unit_tests.isolate |
| @@ -78,6 +78,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="mac" and asan==1', { |
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/unit_tests.dSYM/', |
| + ], |
| + }, |
| + }], |
| ['OS=="linux" or OS=="mac"', { |
| 'variables': { |
| 'read_only': 1, |