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

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: 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/wm_flow/BUILD.gn
diff --git a/examples/wm_flow/BUILD.gn b/examples/wm_flow/BUILD.gn
index dbf6205ce6da7f718f99de2c773500fb717541fe..c24fafb361a3a5183d6fc050407509ac22748af2 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_binary_application("wm") {
output_name = "wm_flow_wm"
sources = [
@@ -39,7 +40,7 @@ shared_library("wm") {
]
}
-shared_library("app") {
+mojo_binary_application("app") {
output_name = "wm_flow_app"
sources = [
@@ -60,7 +61,7 @@ shared_library("app") {
]
}
-shared_library("embedded") {
+mojo_binary_application("embedded") {
output_name = "wm_flow_embedded"
sources = [

Powered by Google App Engine
This is Rietveld 408576698