Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: runtime/bin/BUILD.gn

Issue 2898743003: Revert "Revert "Use Kernel frontend from run_vm_tests."" (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index d446cb812c88a617cd7fe991abacee0f5fd75d51..cde7664bd959f2fb159d3f1421e6a6371bff1fbc 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -804,6 +804,10 @@ 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
« no previous file with comments | « no previous file | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698