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

Unified Diff: src/base.isolate

Issue 1573913003: [swarming] Isolate mac asan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: The fix Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index e44f9be3f38caf13942fd50a4a357266556a02ed..8422ec7b60f70c5eade51b11397c64e6c8c40369 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -38,6 +38,13 @@
],
},
}],
+ ['OS=="mac" and asan==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/libclang_rt.asan_osx_dynamic.dylib',
+ ],
+ },
+ }],
['tsan==1', {
'variables': {
'files': [
@@ -65,4 +72,4 @@
'variables': {},
}],
],
-}
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698