| Index: base/base.isolate
|
| diff --git a/base/base.isolate b/base/base.isolate
|
| index cb859656bb54ffe2fca65c30961e79eb6df0e00e..a2458194bf382c327436065e5a115f56f284cbc0 100644
|
| --- a/base/base.isolate
|
| +++ b/base/base.isolate
|
| @@ -30,6 +30,14 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="win"', {
|
| + # Required for base/stack_trace_win.cc to symbolize correctly.
|
| + 'variables': {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/dbghelp.dll',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="win" and asan==1 and component=="shared_library"', {
|
| 'variables': {
|
| 'files': [
|
| @@ -53,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"', {
|
|
|