diff options
author | glider <glider@chromium.org> | 2015-02-10 05:17:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-10 13:18:05 +0000 |
commit | 84d336d66f43b31cb3c543c0a78d4e7fb4a72a1c (patch) | |
tree | 9937ad745d1209b2f525b835df76eff5d762ee20 /base/base_unittests.isolate | |
parent | b50af7050b7a58a4a48d20cb2d568a171e8ceb20 (diff) | |
download | chromium_src-84d336d66f43b31cb3c543c0a78d4e7fb4a72a1c.zip chromium_src-84d336d66f43b31cb3c543c0a78d4e7fb4a72a1c.tar.gz chromium_src-84d336d66f43b31cb3c543c0a78d4e7fb4a72a1c.tar.bz2 |
Add .dSYM paths for test isolate files that have ASan support on Mac
BUG=444835
TBR=jyasskin@chromium.org,piman@chromium.org
Review URL: https://codereview.chromium.org/906973003
Cr-Commit-Position: refs/heads/master@{#315547}
Diffstat (limited to 'base/base_unittests.isolate')
-rw-r--r-- | base/base_unittests.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate index 0822b24..2e33cc0 100644 --- a/base/base_unittests.isolate +++ b/base/base_unittests.isolate @@ -58,7 +58,7 @@ ], }, }], - ['OS=="mac" and asan==1', { + ['OS=="mac" and asan==1 and fastbuild==0', { 'variables': { 'files': [ '<(PRODUCT_DIR)/base_unittests.dSYM/', |