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

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: 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 | « mojo/services/native_viewport/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 65e2c86137de958dd5b60007ad486b68bf3599f9..5f10b938b9f922ee9455dcb56fa67ed0243fae2f 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_native_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",
@@ -79,7 +79,7 @@ test("unittests") {
]
}
-shared_library("apptests") {
+mojo_native_application("apptests") {
output_name = "network_service_apptests"
testonly = true
« no previous file with comments | « mojo/services/native_viewport/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698