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

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: Add missing library. 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
« no previous file with comments | « examples/apptest/BUILD.gn ('k') | examples/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « examples/apptest/BUILD.gn ('k') | examples/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698