Skip to content

Commit 69b9982

Browse files
rmacnak-googleCommit Queue
authored andcommitted
Revert "[build] Also duplicate platform files under root_out_dir temporarily for Golem."
This reverts commit 0d40669. Reason for revert: Golem has been patched Change-Id: I5ce3a2d1fcedc0870b6900f53bee25ab062050b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435444 Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent 88df3fe commit 69b9982

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

BUILD.gn

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ group("most") {
3232
]
3333
}
3434

35-
# Delete this after Golem moves to vm_platform.dill.
36-
copy("copy_vm_strong_dill_files") {
37-
deps = [ "runtime/vm:kernel_platform_files($host_toolchain)" ]
38-
sources = [ "$root_out_dir/vm_platform.dill" ]
39-
outputs = [ "$root_out_dir/vm_platform_strong.dill" ]
40-
}
41-
copy("copy_vm_strong_outline_files") {
42-
deps = [ "runtime/vm:kernel_platform_files($host_toolchain)" ]
43-
sources = [ "$root_out_dir/vm_outline.dill" ]
44-
outputs = [ "$root_out_dir/vm_outline_strong.dill" ]
45-
}
46-
4735
group("runtime") {
4836
import("runtime/runtime_args.gni")
4937

@@ -53,8 +41,6 @@ group("runtime") {
5341
}
5442

5543
deps = [
56-
":copy_vm_strong_dill_files",
57-
":copy_vm_strong_outline_files",
5844
"runtime/bin:dart",
5945
"runtime/bin:ffi_test_dynamic_library",
6046
"runtime/bin:ffi_test_functions",

0 commit comments

Comments
 (0)