| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index 99e32ff3d63cec60663da9a855df175dcf68cc0d..2a2d17bdb23046e547c0d2141553a2e968b27ea3 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -745,7 +745,10 @@ dart_executable("dart_no_observatory") {
|
| extra_deps += [ ":hello_fuchsia" ]
|
| }
|
| extra_defines = [ "NO_OBSERVATORY" ]
|
| - extra_sources = [ "observatory_assets_empty.cc" ]
|
| + extra_sources = [
|
| + "builtin_nolib.cc",
|
| + "observatory_assets_empty.cc",
|
| + ]
|
| }
|
|
|
| executable("process_test") {
|
|
|