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

Unified Diff: mojo/services/network/BUILD.gn

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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/surfaces/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 d2f561e2e406c6794e165f7cf8bbe5cbfa6074a6..f1ae63a58a5c1710be9079f7d7f05f86b9814c8b 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -4,7 +4,7 @@
# GYP version: mojo/mojo_services.gypi:mojo_network_service
shared_library("network") {
- output_name = "network_service"
+ output_name = "mojo_network_service"
deps = [
":lib",
@@ -59,7 +59,7 @@ source_set("lib") {
}
test("unittests") {
- output_name = "network_service_unittests"
+ output_name = "mojo_network_service_unittests"
deps = [
":network",
"//base",
« no previous file with comments | « mojo/services/native_viewport/BUILD.gn ('k') | mojo/services/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698