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

Unified Diff: examples/surfaces_app/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/sample_app/BUILD.gn ('k') | examples/wget/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/BUILD.gn
diff --git a/examples/surfaces_app/BUILD.gn b/examples/surfaces_app/BUILD.gn
index 0f513669d9c0233455b1e6a2a05cc95437adae1d..58ea0d8bdd0b1b0b24e18b2305fac1907457caa9 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
group("surfaces_app") {
@@ -12,7 +13,7 @@ group("surfaces_app") {
]
}
-shared_library("parent_app") {
+mojo_native_application("parent_app") {
output_name = "surfaces_app"
deps = [
@@ -45,7 +46,7 @@ shared_library("parent_app") {
}
-shared_library("child_app") {
+mojo_native_application("child_app") {
output_name = "surfaces_child_app"
deps = [
@@ -76,7 +77,7 @@ shared_library("child_app") {
]
}
-shared_library("child_gl_app") {
+mojo_native_application("child_gl_app") {
output_name = "surfaces_child_gl_app"
deps = [
« no previous file with comments | « examples/sample_app/BUILD.gn ('k') | examples/wget/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698