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

Unified Diff: examples/apptest/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 | « no previous file | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/BUILD.gn
diff --git a/examples/apptest/BUILD.gn b/examples/apptest/BUILD.gn
index c5678c117cfb7edb462c2f75d8ebc2df015e832f..bb8b5b9002746c9f0ced61ada284600df552332c 100644
--- a/examples/apptest/BUILD.gn
+++ b/examples/apptest/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("apptest") {
@@ -13,7 +14,7 @@ group("apptest") {
]
}
-shared_library("service") {
+mojo_native_application("service") {
output_name = "example_service"
sources = [
@@ -31,7 +32,7 @@ shared_library("service") {
]
}
-shared_library("apptests") {
+mojo_native_application("apptests") {
output_name = "example_apptests"
testonly = true
« no previous file with comments | « no previous file | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698