Commit b2ac8b41 authored by thakis's avatar thakis Committed by Commit bot

win/asan: Only package asan_dynamic dll in component builds.

No intended behavior change.

BUG=448790,451741

Review URL: https://codereview.chromium.org/882943002

Cr-Commit-Position: refs/heads/master@{#313495}
parent 05dadf01
......@@ -23,7 +23,7 @@
],
},
}],
['OS=="win" and asan==1', {
['OS=="win" and asan==1 and component=="shared_library"', {
'variables': {
'files': [
'../third_party/llvm-build/Release+Asserts/lib/clang/3.7.0/lib/windows/clang_rt.asan_dynamic-i386.dll',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment