diff options
author | earthdok <earthdok@chromium.org> | 2015-02-25 07:36:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-25 15:38:08 +0000 |
commit | 1a979678a1d8b1e56e0457ef7f33bb60a38bdf82 (patch) | |
tree | b01940167d9d85f34654bcd7cf02a1843db757bb /base | |
parent | 3065103aefb405b07a054d95ddf591c6c6773094 (diff) | |
download | chromium_src-1a979678a1d8b1e56e0457ef7f33bb60a38bdf82.zip chromium_src-1a979678a1d8b1e56e0457ef7f33bb60a38bdf82.tar.gz chromium_src-1a979678a1d8b1e56e0457ef7f33bb60a38bdf82.tar.bz2 |
Re-land r318035 "Remove LSan options/suppressions from test_env.py."
Those are now compiled into the executable.
Also remove tools/lsan/ which used to house the suppressions file.
Relanding with .isolate fix.
BUG=302040
TBR=kjellander@chromium.org
Review URL: https://codereview.chromium.org/952103003
Cr-Commit-Position: refs/heads/master@{#318051}
Diffstat (limited to 'base')
-rw-r--r-- | base/base.isolate | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/base.isolate b/base/base.isolate index e101771..a245819 100644 --- a/base/base.isolate +++ b/base/base.isolate @@ -61,13 +61,6 @@ ], }, }], - ['lsan==1', { - 'variables': { - 'files': [ - '../tools/lsan/suppressions.txt', - ], - }, - }], # Copy the VS runtime DLLs into the isolate so that they # don't have to be preinstalled on the target machine. ['OS=="win" and component=="shared_library" and CONFIGURATION_NAME=="Debug"', { |