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

Unified Diff: mojo/services/network/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/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index f5576fa8a44d2948033690c19dbfacde8820f1da..61a91bc48b1ed6f795127291c6a6b60539318111 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_services.gypi:mojo_network_service
-shared_library("network") {
+import("//mojo/public/mojo_application.gni")
+
+mojo_binary_application("network") {
output_name = "network_service"
sources = [ "main.cc" ]
deps = [
@@ -17,7 +18,6 @@ shared_library("network") {
]
}
-# GYP version: mojo/mojo_services.gypi:mojo_network_service_lib
source_set("lib") {
sources = [
"cookie_store_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698