| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index 2ee4114cbcd25f020340517306b4381de3d74233..bbc4d3e83fc57a3ee1266c448b305989dcf0f32f 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -143,8 +143,11 @@ static_library("libdart_nosnapshot") {
|
| executable("gen_snapshot") {
|
| configs += ["..:dart_config"]
|
| deps = [
|
| - ":libdart_nosnapshot",
|
| + ":generate_builtin_cc_file",
|
| + ":generate_io_cc_file",
|
| + ":generate_io_patch_cc_file",
|
| ":libdart_builtin",
|
| + ":libdart_nosnapshot",
|
| ]
|
|
|
| sources = [
|
|
|