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

Unified Diff: examples/wm_flow/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/window_manager/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/BUILD.gn
diff --git a/examples/wm_flow/BUILD.gn b/examples/wm_flow/BUILD.gn
index dbf6205ce6da7f718f99de2c773500fb717541fe..036b53140417ae2af6c0d6d5624406061b241f41 100644
--- a/examples/wm_flow/BUILD.gn
+++ b/examples/wm_flow/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
assert(use_aura)
@@ -15,7 +16,7 @@ group("wm_flow") {
]
}
-shared_library("wm") {
+mojo_native_application("wm") {
output_name = "wm_flow_wm"
sources = [
@@ -39,7 +40,7 @@ shared_library("wm") {
]
}
-shared_library("app") {
+mojo_native_application("app") {
output_name = "wm_flow_app"
sources = [
@@ -60,7 +61,7 @@ shared_library("app") {
]
}
-shared_library("embedded") {
+mojo_native_application("embedded") {
output_name = "wm_flow_embedded"
sources = [
« no previous file with comments | « examples/window_manager/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698