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

Unified Diff: runtime/bin/BUILD.gn

Issue 2881953002: Use Kernel frontend from run_vm_tests. (Closed)
Patch Set: Rename --run_vm_test_with_kernel_snapshot option to --dfe 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') | runtime/bin/run_vm_tests.cc » ('J')
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 e053aa5cab0e0037bb1c1dd9b8ed8505e2e8a5af..7878d8f0d9aa0235b66502dd4732f83b326df294 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -794,6 +794,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') | runtime/bin/run_vm_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698