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:
+4
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user