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

Unified Diff: net/net_unittests.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: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index e062a7d662ea04bfff4a6810acca16077ab3fbe7..16f702c625c3d020b73835262a49ab34e62560dc 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -32,6 +32,13 @@
'read_only': 1,
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/net_unittests.dSYM/',
+ ],
+ },
+ }],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
« no previous file with comments | « content/content_unittests.isolate ('k') | testing/test_env.py » ('j') | testing/test_env.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698