Chromium Code Reviews| 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 |