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

Unified Diff: content/content_browsertests.isolate

Issue 859293002: Fix report symbolization on swarming bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: content/content_browsertests.isolate
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index 97016753e862c46322ffaadf5c08c796cce76e93..9de603a5e283270390e439a996a2ba45b80f0185 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -86,6 +86,18 @@
],
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/content_browsertests.dSYM/',
+ '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
+ '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
+ '<(PRODUCT_DIR)/npapi_test_plugin.plugin.dSYM/',
+ '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
+ '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
+ ],
+ },
+ }],
['OS=="mac" or OS=="win"', {
'variables': {
'command': [

Powered by Google App Engine
This is Rietveld 408576698