Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: chrome/browser_tests.isolate

Issue 859293002: Fix report symbolization on swarming bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | tools/valgrind/asan/asan_symbolize.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index 49569770c2c9d93d29f811450bf11d9f5d2595e6..e458708db90ef59435d5c7ffc73f7302ef79cd22 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -196,6 +196,13 @@
],
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/browser_tests.dSYM/',
+ ],
+ },
+ }],
['OS=="win" and libpeer_target_type=="loadable_module"', {
'variables': {
'files': [
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | tools/valgrind/asan/asan_symbolize.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698