Index: sky/services/inspector/BUILD.gn |
diff --git a/sky/services/inspector/BUILD.gn b/sky/services/inspector/BUILD.gn |
index eb52f0b00c09e05bb9a6dc901c063e365be43a82..c522613488f41bdf051be93fd173140ff86714d2 100644 |
--- a/sky/services/inspector/BUILD.gn |
+++ b/sky/services/inspector/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("inspector") { |
@@ -10,7 +11,7 @@ group("inspector") { |
] |
} |
-shared_library("sky_inspector_server") { |
+mojo_native_application("sky_inspector_server") { |
sources = [ |
"server.cc", |
] |