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

Unified Diff: base/base.isolate

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « base/base.gypi ('k') | base/base_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « base/base.gypi ('k') | base/base_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698