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

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

Issue 687433002: Remove mojo/shell and (most) service implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo/gles2, disable mojo apps in component build 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/viewport_surface.cc ('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 6fa511c48ed0b32aff93fdf2480612038b409a18..9f048e28a768bdd53613c9dbc0a646f7e8e26d6a 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -57,23 +57,3 @@ source_set("lib") {
"web_socket_impl.h",
]
}
-
-# GYP version: mojo/mojo_services.gypi:mojo_network_service_unittests
-test("unittests") {
- deps = [
- ":network",
- "//base",
- "//base/test:test_support",
- "//mojo/application_manager",
- "//mojo/edk/system",
- "//mojo/edk/test:run_all_unittests",
- "//mojo/environment:chromium",
- "//mojo/services/public/interfaces/network",
- "//mojo/shell:test_support",
- "//testing/gtest",
- ]
-
- sources = [
- "udp_socket_unittest.cc",
- ]
-}
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/services/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698