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

Unified Diff: runtime/bin/BUILD.gn

Issue 2238983003: Fuchsia: Improves run_vm_tests wrapper program. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments, cleanup 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/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 60f8d54096156fd38ca285711bfd7471b2543b45..0a34535cf9e094bdfbac52d96446396b238520d7 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -570,6 +570,9 @@ if (defined(is_fuchsia) && is_fuchsia) {
sources = [
"run_vm_tests_fuchsia.cc"
]
- libs = [ "launchpad" ]
+ libs = [
+ "launchpad",
+ "runtime",
+ ]
}
} # defined(is_fuchsia) && is_fuchsia
« 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