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

Unified Diff: chrome/chrome.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: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 64ae23074e5d6249d0b3d317e429d1cd862cfe01..061cc23ab6de36170975869c488e6312d90fa328 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -77,6 +77,17 @@
],
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
+ '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/',
+ '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
+ '<(PRODUCT_DIR)/exif.so.dSYM/',
+ '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
+ ],
+ },
+ }],
['OS=="win"', {
'variables': {
'files': [

Powered by Google App Engine
This is Rietveld 408576698