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

Unified Diff: base/base.isolate

Issue 1284083002: Print stack traces in child processes when browser tests failed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 4 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 | « no previous file | base/debug/stack_trace.h » ('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 948c60045ff24213210f8f7c4c87fbd9559131eb..867c477b27ff3c2ff2f8a0fe8db16d30290bea9a 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -25,14 +25,6 @@
],
},
}],
- ['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': [
« no previous file with comments | « no previous file | base/debug/stack_trace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698