Skip to content

Commit

Permalink
[gardening] Ensure crashpad_handler is in executables list for Windows.
Browse files Browse the repository at this point in the history
Follow-up to https://dart.googlesource.com/sdk/+/68849148fde1b07aa1ca18af92139a144b773413

Change-Id: I72af6582566a1c96ebc16a088a3512f7b42a5f7b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402780
Reviewed-by: Siva Annamalai <[email protected]>
Commit-Queue: Alexander Aprelev <[email protected]>
  • Loading branch information
aam authored and Commit Queue committed Jan 2, 2025
1 parent d2d2bf8 commit 673ee1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/task_kill.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
EXECUTABLE_NAMES = {
'win32': {
'chrome': 'chrome.exe',
'crashpad_handler': 'crashpad_handler.exe',
'dart': 'dart.exe',
'dartaotruntime': 'dartaotruntime.exe',
'firefox': 'firefox.exe',
Expand Down

0 comments on commit 673ee1f

Please sign in to comment.