Index: runtime/bin/BUILD.gn |
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
index 7878d8f0d9aa0235b66502dd4732f83b326df294..e053aa5cab0e0037bb1c1dd9b8ed8505e2e8a5af 100644 |
--- a/runtime/bin/BUILD.gn |
+++ b/runtime/bin/BUILD.gn |
@@ -794,10 +794,6 @@ executable("run_vm_tests") { |
vm_tests = rebase_path(vm_tests_list, ".", "../vm") |
sources = [ |
- "error_exit.cc", |
- "error_exit.h", |
- "snapshot_utils.cc", |
- "snapshot_utils.h", |
"builtin_nolib.cc", |
"run_vm_tests.cc", |
] + builtin_impl_tests_list + vm_tests |