summaryrefslogtreecommitdiffstats
path: root/base/base.isolate
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-01-28 05:12:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 13:13:35 +0000
commitb2ac8b41cd188fcf276a2929967be79c6d8d61d3 (patch)
tree69ab862c8560f9deb166a8be4fe0f031a7e137c2 /base/base.isolate
parent05dadf017da94c489f073140ffc69772da8483bb (diff)
downloadchromium_src-b2ac8b41cd188fcf276a2929967be79c6d8d61d3.zip
chromium_src-b2ac8b41cd188fcf276a2929967be79c6d8d61d3.tar.gz
chromium_src-b2ac8b41cd188fcf276a2929967be79c6d8d61d3.tar.bz2
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}
Diffstat (limited to 'base/base.isolate')
-rw-r--r--base/base.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base.isolate b/base/base.isolate
index c23fdd4..e747969 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -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',