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 /cc | |
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 'cc')
-rw-r--r-- | cc/cc_unittests.isolate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cc/cc_unittests.isolate b/cc/cc_unittests.isolate index 5d652d9..db47aab 100644 --- a/cc/cc_unittests.isolate +++ b/cc/cc_unittests.isolate @@ -82,6 +82,13 @@ ], }, }], + ['OS=="mac" and asan==1 and fastbuild==0', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/cc_unittests.dSYM/', + ], + }, + }], ], 'includes': [ '../base/base.isolate', |