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

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

Issue 668993002: Mojo UDP: add a client-side wrapper which handles the client<->server buffering for users. (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/mojo_services.gypi ('k') | mojo/services/network/udp_socket_impl.cc » ('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 6fa511c48ed0b32aff93fdf2480612038b409a18..f1ae63a58a5c1710be9079f7d7f05f86b9814c8b 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -58,8 +58,8 @@ source_set("lib") {
]
}
-# GYP version: mojo/mojo_services.gypi:mojo_network_service_unittests
test("unittests") {
+ output_name = "mojo_network_service_unittests"
deps = [
":network",
"//base",
@@ -68,6 +68,7 @@ test("unittests") {
"//mojo/edk/system",
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
+ "//mojo/services/public/cpp/network",
"//mojo/services/public/interfaces/network",
"//mojo/shell:test_support",
"//testing/gtest",
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/network/udp_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698