Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index 5d8d56bfdb45422c851024c3f52ee0ad1667e312..cdfa26f94a31a0e27ceb57cd046665542583c3dc 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -581,7 +581,10 @@ template("dart_executable") { |
| } |
| sources = [ |
| + "exit.h", |
| "main.cc", |
| + "snapshot.cc", |
| + "snapshot.h", |
| "vmservice_impl.cc", |
| "vmservice_impl.h", |
| "$target_gen_dir/resources_gen.cc", |