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