| Index: sky/tools/debugger/BUILD.gn
|
| diff --git a/sky/tools/debugger/BUILD.gn b/sky/tools/debugger/BUILD.gn
|
| index 199269cc46c2cf1ebed6e0786cc7fc71761604d6..2d045f8f01996b273700d070c080711561c0eee5 100644
|
| --- a/sky/tools/debugger/BUILD.gn
|
| +++ b/sky/tools/debugger/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//mojo/public/mojo_application.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| group("debugger") {
|
| @@ -13,7 +14,7 @@ group("debugger") {
|
| ]
|
| }
|
|
|
| -shared_library("sky_debugger") {
|
| +mojo_binary_application("sky_debugger") {
|
| sources = [
|
| "debugger.cc",
|
| "debugger.h",
|
|
|