Index: mojo/services/surfaces/BUILD.gn |
diff --git a/mojo/services/surfaces/BUILD.gn b/mojo/services/surfaces/BUILD.gn |
index a8f5275dc678300e82b980674f24888585a2084c..28f74dc8e4df54e4bbf1f5b7670fa15aa9dfb90b 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_native_application("surfaces") { |
output_name = "surfaces_service" |
sources = [ |
"surfaces_impl.cc", |