Index: examples/embedded_app/BUILD.gn |
diff --git a/examples/embedded_app/BUILD.gn b/examples/embedded_app/BUILD.gn |
index 49c347fd98e9be13bf68c3a945f484ec3757e830..12d19d0d55ae4aa974449c557d36809c31866725 100644 |
--- a/examples/embedded_app/BUILD.gn |
+++ b/examples/embedded_app/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("embedded_app") { |
+import("//mojo/public/mojo_application.gni") |
+ |
+mojo_native_application("embedded_app") { |
sources = [ |
"embedded_app.cc", |
] |