[build] Remove unneeded deps from dartdev snapshot generation.
Makes the build a bit more parallel. Change-Id: I946e9ff3d0d80b84ac6e7eea4fed38df9f2d3190 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422581 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
committed by
Commit Queue
parent
6a74c59033
commit
42a55d9d79
@@ -22,21 +22,6 @@ copy("copy_dartdev_snapshot") {
|
||||
application_snapshot("generate_dartdev_snapshot") {
|
||||
main_dart = "../../pkg/dartdev/bin/dartdev.dart"
|
||||
training_args = [ "--help" ]
|
||||
|
||||
if (dart_target_arch != "ia32" && dart_target_arch != "x86") {
|
||||
deps = [
|
||||
"../..:runtime_precompiled",
|
||||
"../dds:dds_aot",
|
||||
"../dtd:dtd_aot",
|
||||
]
|
||||
} else {
|
||||
deps = [
|
||||
"../dds:dds",
|
||||
"../dtd:dtd",
|
||||
]
|
||||
}
|
||||
|
||||
vm_args = []
|
||||
output = "$root_gen_dir/dartdev.dart.snapshot"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user