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

Unified Diff: runtime/bin/BUILD.gn

Issue 2263783002: [fuchsia] remove unused file. update vm test statuses (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 4 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/fuchsia_vm_tests.txt » ('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 1f641c254484632881db7d8200a2b82eff852a17..49825b6d69bfdd2a9c23c8f80be1ea6eb5202efd 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -560,11 +560,6 @@ if (defined(is_fuchsia) && is_fuchsia) {
] + builtin_impl_tests_list.sources + vm_tests
}
- copy("fuchsia_vm_tests") {
- sources = [ "fuchsia_vm_tests.txt" ]
- outputs = [ "$root_out_dir/fuchsia_vm_tests.txt" ]
- }
-
executable("run_vm_tests_fuchsia") {
testonly = true
configs += ["..:dart_config"]
« no previous file with comments | « no previous file | runtime/bin/fuchsia_vm_tests.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698