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

Side by Side Diff: mojo/mojo_services.gypi

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, 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/services/clipboard/ 8 # GN version: //mojo/services/clipboard/
9 'target_name': 'mojo_clipboard', 9 'target_name': 'mojo_clipboard',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 '<(mojo_system_for_loadable_module)', 299 '<(mojo_system_for_loadable_module)',
300 ], 300 ],
301 'export_dependent_settings': [ 301 'export_dependent_settings': [
302 'services/public/mojo_services_public.gyp:mojo_network_bindings', 302 'services/public/mojo_services_public.gyp:mojo_network_bindings',
303 ], 303 ],
304 'sources': [ 304 'sources': [
305 'services/network/main.cc', 305 'services/network/main.cc',
306 ], 306 ],
307 }, 307 },
308 { 308 {
309 # GN version: //mojo/services/network:unittests
310 'target_name': 'mojo_network_service_unittests',
311 'type': 'executable',
312 'dependencies': [
313 '../base/base.gyp:base',
314 '../base/base.gyp:test_support_base',
315 '../testing/gtest.gyp:gtest',
316 'edk/mojo_edk.gyp:mojo_run_all_unittests',
317 'edk/mojo_edk.gyp:mojo_system_impl',
318 'mojo_application_manager',
319 'mojo_base.gyp:mojo_environment_chromium',
320 'mojo_network_service',
321 'mojo_shell_test_support',
322 'services/public/mojo_services_public.gyp:mojo_network_bindings',
323 ],
324 'sources': [
325 'services/network/udp_socket_unittest.cc',
326 ],
327 },
328 {
329 # GN version: //mojo/services/surfaces 309 # GN version: //mojo/services/surfaces
330 'target_name': 'mojo_surfaces_service', 310 'target_name': 'mojo_surfaces_service',
331 'type': 'loadable_module', 311 'type': 'loadable_module',
332 'dependencies': [ 312 'dependencies': [
333 '../base/base.gyp:base', 313 '../base/base.gyp:base',
334 '../cc/cc.gyp:cc', 314 '../cc/cc.gyp:cc',
335 '../cc/cc.gyp:cc_surfaces', 315 '../cc/cc.gyp:cc_surfaces',
336 '../ui/gfx/gfx.gyp:gfx_geometry', 316 '../ui/gfx/gfx.gyp:gfx_geometry',
337 'mojo_base.gyp:mojo_application_chromium', 317 'mojo_base.gyp:mojo_application_chromium',
338 'mojo_cc_support', 318 'mojo_cc_support',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'dependencies': [ 668 'dependencies': [
689 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 669 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
690 ], 670 ],
691 }], 671 }],
692 ], 672 ],
693 }, 673 },
694 ], 674 ],
695 }], 675 }],
696 ], 676 ],
697 } 677 }
OLDNEW
« 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