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

Unified Diff: mojo/mojo_services.gypi

Issue 664243002: Mojo UDP: add a client-side wrapper which handles the client<->server buffering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index e26b0d3ecf3587f31db04d93ddfddfb6f03fa075..45c5316ec49365b557d5e4405baaecd0e61c31ec 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -306,26 +306,6 @@
],
},
{
- # GN version: //mojo/services/network:unittests
- 'target_name': 'mojo_network_service_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
- '../testing/gtest.gyp:gtest',
- 'edk/mojo_edk.gyp:mojo_run_all_unittests',
- 'edk/mojo_edk.gyp:mojo_system_impl',
- 'mojo_application_manager',
- 'mojo_base.gyp:mojo_environment_chromium',
- 'mojo_network_service',
- 'mojo_shell_test_support',
- 'services/public/mojo_services_public.gyp:mojo_network_bindings',
- ],
- 'sources': [
- 'services/network/udp_socket_unittest.cc',
- ],
- },
- {
# GN version: //mojo/services/surfaces
'target_name': 'mojo_surfaces_service',
'type': 'loadable_module',
« no previous file with comments | « no previous file | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698