Index: sky/tools/tester/BUILD.gn |
diff --git a/sky/tools/tester/BUILD.gn b/sky/tools/tester/BUILD.gn |
index 4636e199db94c86ebecafa071e4b365f0392951a..dbb9bfc97b23af1929fce2df346d380d6e3cd700 100644 |
--- a/sky/tools/tester/BUILD.gn |
+++ b/sky/tools/tester/BUILD.gn |
@@ -2,7 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-shared_library("tester") { |
+import("//mojo/public/mojo_application.gni") |
+ |
+mojo_native_application("tester") { |
output_name = "sky_tester" |
sources = [ |