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

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

Issue 722943004: Remove network_service_unittests target, now that its replacement network_service_apptests is runni… (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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/network/udp_socket_unittest.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 a212bcd3228d550722b70f55a1632e0248e862a6..f722b2c776882aec761eaafe80f4579197e338d1 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -56,29 +56,6 @@ source_set("lib") {
]
}
-# TODO(yzshen): Remove this test once the apptests is run on bots.
-test("unittests") {
- output_name = "network_service_unittests"
-
- sources = [
- "udp_socket_unittest.cc",
- ]
-
- deps = [
- ":network",
- "//base",
- "//base/test:run_all_unittests",
- "//base/test:test_support",
- "//mojo/application_manager",
- "//mojo/edk/system",
- "//mojo/environment:chromium",
- "//mojo/services/public/cpp/network",
- "//mojo/services/public/interfaces/network",
- "//mojo/shell:test_support",
- "//testing/gtest",
- ]
-}
-
mojo_native_application("apptests") {
output_name = "network_service_apptests"
testonly = true
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/network/udp_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698