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

Unified Diff: chrome/interactive_ui_tests.isolate

Issue 859293002: Fix report symbolization on swarming bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trailing slash Created 5 years, 10 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
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index bef0495321515a156f9aefdd3f2cf49177e05d16..56abc6f3633ad207922093ec0097640f95787a7a 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -68,6 +68,13 @@
],
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/interactive_ui_tests.dSYM/',
+ ],
+ },
+ }],
['OS=="mac" or OS=="win"', {
'variables': {
'command': [
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/unit_tests.isolate » ('j') | testing/test_env.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698