| Index: mojo/services/surfaces/BUILD.gn
|
| diff --git a/mojo/services/surfaces/BUILD.gn b/mojo/services/surfaces/BUILD.gn
|
| index a8f5275dc678300e82b980674f24888585a2084c..251601e73b4fb64ee837a0048675494a5666e17e 100644
|
| --- a/mojo/services/surfaces/BUILD.gn
|
| +++ b/mojo/services/surfaces/BUILD.gn
|
| @@ -2,8 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# GYP version: mojo/mojo_services.gypi:mojo_surfaces_service
|
| -shared_library("surfaces") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_binary_application("surfaces") {
|
| output_name = "surfaces_service"
|
| sources = [
|
| "surfaces_impl.cc",
|
|
|