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

Unified Diff: build/mac/asan.gyp

Issue 844283002: Remove unused iossim setting from mac asan config (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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: build/mac/asan.gyp
diff --git a/build/mac/asan.gyp b/build/mac/asan.gyp
index a5821e31b654d7c5bd8b913a9285c0aa8e4ce22a..3fc7f58d434915a0f5e3edb7e7c791f3cfb902c7 100644
--- a/build/mac/asan.gyp
+++ b/build/mac/asan.gyp
@@ -17,8 +17,6 @@
'../../third_party/llvm-build/Release+Asserts/lib/clang/*/lib/darwin',
'asan_osx_dynamic':
'<(asan_rtl_mask_path)/libclang_rt.asan_osx_dynamic.dylib',
- 'asan_iossim_dynamic':
- '<(asan_rtl_mask_path)/libclang_rt.asan_iossim_dynamic.dylib',
},
'copies': [
{
« 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