Index: examples/aura_demo/BUILD.gn |
diff --git a/examples/aura_demo/BUILD.gn b/examples/aura_demo/BUILD.gn |
index 8833e3ed4751e98e4d8d325d178cd52cf433a50c..90e73d0bd568347b8b8bdc962de6964a6e115a59 100644 |
--- a/examples/aura_demo/BUILD.gn |
+++ b/examples/aura_demo/BUILD.gn |
@@ -3,10 +3,11 @@ |
# found in the LICENSE file. |
import("//build/config/ui.gni") |
+import("//mojo/public/mojo_application.gni") |
assert(use_aura) |
-shared_library("aura_demo") { |
+mojo_native_application("aura_demo") { |
sources = [ |
"aura_demo.cc" |
] |
@@ -31,7 +32,7 @@ shared_library("aura_demo") { |
datadeps = [ ":init" ] |
} |
-shared_library("init") { |
+mojo_native_application("init") { |
output_name = "aura_demo_init" |
sources = [ |