| Index: sky/viewer/BUILD.gn
|
| diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
|
| index 84c7180a13caff69eee1b1b909e63666ba7e16de..e53c71e70d8a979f90a74e5ef82309d8967b688a 100644
|
| --- a/sky/viewer/BUILD.gn
|
| +++ b/sky/viewer/BUILD.gn
|
| @@ -2,9 +2,10 @@
|
| # 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")
|
|
|
| -shared_library("viewer") {
|
| +mojo_native_application("viewer") {
|
| output_name = "sky_viewer"
|
|
|
| sources = [
|
|
|