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

Unified Diff: src/base.isolate

Issue 2219423002: [build] Fix mac asan dependencies (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove dep Created 4 years, 4 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 a9cfc89218017cda6d0bd6ba384aa4f42d944931..96c53ed1b9dcb077c976af50371e241a040d66ef 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -15,13 +15,6 @@
],
},
}],
- ['OS=="mac" and asan==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libclang_rt.asan_osx_dynamic.dylib',
- ],
- },
- }],
['tsan==1', {
'variables': {
'files': [
« 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