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

Unified Diff: sky/services/inspector/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: sky/services/inspector/BUILD.gn
diff --git a/sky/services/inspector/BUILD.gn b/sky/services/inspector/BUILD.gn
index e2b11f2a8676851d647e5480fc96ec5b3c7dfb50..bd5ab9b7d4829013b5b8a55ebe410c0b3cc90d3a 100644
--- a/sky/services/inspector/BUILD.gn
+++ b/sky/services/inspector/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("inspector") {
@@ -12,7 +13,7 @@ group("inspector") {
]
}
-shared_library("sky_inspector_server") {
+mojo_binary_application("sky_inspector_server") {
sources = [
"inspector_frontend_impl.cc",
"inspector_frontend_impl.h",

Powered by Google App Engine
This is Rietveld 408576698