Reland "[ VM / DartDev ] Launch DartDev in an isolate within a single main Dart process"
This reverts commit 7e373831ce.
Change-Id: Ib94d793a5753ec6352cd9a65e35f726a63336368
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154830
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
@@ -17,14 +17,6 @@ dartfix_files = exec_script("../../tools/list_dart_files.py",
|
||||
rebase_path("../../pkg/dartfix"),
|
||||
],
|
||||
"list lines")
|
||||
|
||||
dds_files = exec_script("../../tools/list_dart_files.py",
|
||||
[
|
||||
"absolute",
|
||||
rebase_path("../../pkg/dds"),
|
||||
],
|
||||
"list lines")
|
||||
|
||||
group("dartdev") {
|
||||
deps = [ ":copy_dartdev_snapshot" ]
|
||||
}
|
||||
@@ -39,6 +31,6 @@ copy("copy_dartdev_snapshot") {
|
||||
application_snapshot("generate_dartdev_snapshot") {
|
||||
main_dart = "../../pkg/dartdev/bin/dartdev.dart"
|
||||
training_args = [ "--help" ]
|
||||
inputs = dartdev_files + dartfix_files + dds_files
|
||||
inputs = dartdev_files + dartfix_files
|
||||
output = "$root_gen_dir/dartdev.dart.snapshot"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user