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

Unified Diff: mojo/apps/js/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: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index fe0b8b4d680145a71d1cb186a49e820256d0eca6..b5b91d6ac223b3ac74aea78786331f7e270e6783 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -2,6 +2,8 @@
# 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")
+
group("js") {
# Meta-target, don't link into production code.
testonly = true
@@ -45,7 +47,7 @@ source_set("js_apps") {
]
}
-shared_library("js_content_handler") {
+mojo_binary_application("js_content_handler") {
sources = [
"content_handler_main.cc",
]

Powered by Google App Engine
This is Rietveld 408576698