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

Unified Diff: runtime/bin/BUILD.gn

Issue 2708163002: [Fuchsia] Remove dead code (Closed)
Patch Set: Created 3 years, 10 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_fuchsia.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 0f41578c939b37a168aa166e58cd932b838e57c8..b9d095894f3a9b5e69ce323b9010dbe7806ee65c 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -699,35 +699,6 @@ if (defined(is_fuchsia) && is_fuchsia) {
"$root_out_dir/hello_fuchsia.dart",
]
}
-
- executable("run_vm_tests_fuchsia") {
- testonly = true
- configs += [ "..:dart_config" ]
- sources = [
- "run_vm_tests_fuchsia.cc",
- ]
- libs = [
- "launchpad",
- "magenta",
- ]
- }
-}
-
-# This is only needed for the Fuchsia target build until the Observatory is
-# supported.
-dart_executable("dart_no_observatory") {
- extra_deps = [
- "..:libdart",
- ":dart_snapshot_cc",
- ]
- if (defined(is_fuchsia) && is_fuchsia) {
- extra_deps += [ ":hello_fuchsia" ]
- }
- extra_defines = [ "NO_OBSERVATORY" ]
- extra_sources = [
- "builtin_nolib.cc",
- "observatory_assets_empty.cc",
- ]
}
executable("process_test") {
« no previous file with comments | « no previous file | runtime/bin/run_vm_tests_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698