Reapply "[VM/dartdev] Switch dartdev to use an AOT runtime." and

Add the fixes that were done after original CL landed.

This reverts commit 97bc401163.

TEST=ci

Change-Id: I26373aecc325e4c0c379c92e779aa301e3a58c5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/441700
Reviewed-by: Brian Quinlan <bquinlan@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva
2025-07-24 14:48:03 -07:00
committed by Commit Queue
parent a1699ecfb0
commit ab44b20ab8
60 changed files with 2678 additions and 1700 deletions
+4 -1
View File
@@ -25,7 +25,8 @@ EXECUTABLE_NAMES = {
'win32': {
'chrome': 'chrome.exe',
'crashpad_handler': 'crashpad_handler.exe',
'dart': 'dart.exe',
'dart': 'dart.exe',\
'dart_product': 'dart_product.exe',
'dartaotruntime': 'dartaotruntime.exe',
'dartaotruntime_product': 'dartaotruntime_product.exe',
'firefox': 'firefox.exe',
@@ -38,6 +39,7 @@ EXECUTABLE_NAMES = {
'linux': {
'chrome': 'chrome',
'dart': 'dart',
'dart_product': 'dart_product',
'dartaotruntime': 'dartaotruntime',
'dartaotruntime_product': 'dartaotruntime_product',
'firefox': 'firefox',
@@ -49,6 +51,7 @@ EXECUTABLE_NAMES = {
'chrome': 'Chrome',
'chrome_helper': 'Chrome Helper',
'dart': 'dart',
'dart_product': 'dart_product',
'dartaotruntime': 'dartaotruntime',
'dartaotruntime_product': 'dartaotruntime_product',
'firefox': 'firefox',