Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: examples/aura_demo/BUILD.gn

Issue 713513002: Change mojo application name to {name}.mojo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698