| Index: examples/aura_demo/BUILD.gn
|
| diff --git a/examples/aura_demo/BUILD.gn b/examples/aura_demo/BUILD.gn
|
| index 8833e3ed4751e98e4d8d325d178cd52cf433a50c..22f558eeb0558ae32a27d2d5777bb7350f791dae 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_binary_application("aura_demo") {
|
| sources = [
|
| "aura_demo.cc"
|
| ]
|
| @@ -31,7 +32,7 @@ shared_library("aura_demo") {
|
| datadeps = [ ":init" ]
|
| }
|
|
|
| -shared_library("init") {
|
| +mojo_binary_application("init") {
|
| output_name = "aura_demo_init"
|
|
|
| sources = [
|
|
|