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..59e8271735744d47999e6362c75b4d08b1ee3d07 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_native_application("prompt") { |
output_name = "sky_debugger_prompt" |
sources = [ |