OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |