| Index: sky/tools/debugger/prompt/BUILD.gn
|
| diff --git a/sky/tools/debugger/prompt/BUILD.gn b/sky/tools/debugger/prompt/BUILD.gn
|
| index ff6f82bd47f3f4911e6584e615b92ed45e98287d..03e8e37b03d517624805b10b43d896f965cdd3a9 100644
|
| --- a/sky/tools/debugger/prompt/BUILD.gn
|
| +++ b/sky/tools/debugger/prompt/BUILD.gn
|
| @@ -2,7 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -shared_library("prompt") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_binary_application("prompt") {
|
| output_name = "sky_debugger_prompt"
|
|
|
| sources = [
|
|
|