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/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '<(mojo_system_for_loadable_module)', | 400 '<(mojo_system_for_loadable_module)', |
401 ], | 401 ], |
402 'export_dependent_settings': [ | 402 'export_dependent_settings': [ |
403 'mojo_network_bindings', | 403 'mojo_network_bindings', |
404 ], | 404 ], |
405 'sources': [ | 405 'sources': [ |
406 'services/network/main.cc', | 406 'services/network/main.cc', |
407 ], | 407 ], |
408 }, | 408 }, |
409 { | 409 { |
| 410 # GN version: //mojo/services/public/interfaces/media |
| 411 'target_name': 'mojo_media_bindings', |
| 412 'type': 'static_library', |
| 413 'sources': [ |
| 414 'services/public/interfaces/media/media_types.mojom', |
| 415 'services/public/interfaces/media/media_renderer.mojom', |
| 416 ], |
| 417 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 418 'export_dependent_settings': [ |
| 419 'mojo_base.gyp:mojo_cpp_bindings', |
| 420 ], |
| 421 'dependencies': [ |
| 422 'mojo_base.gyp:mojo_cpp_bindings', |
| 423 ], |
| 424 }, |
| 425 { |
410 # GN version: //mojo/services/surfaces | 426 # GN version: //mojo/services/surfaces |
411 'target_name': 'mojo_surfaces_service', | 427 'target_name': 'mojo_surfaces_service', |
412 'type': 'loadable_module', | 428 'type': 'loadable_module', |
413 'dependencies': [ | 429 'dependencies': [ |
414 '../base/base.gyp:base', | 430 '../base/base.gyp:base', |
415 '../cc/cc.gyp:cc', | 431 '../cc/cc.gyp:cc', |
416 '../cc/cc.gyp:cc_surfaces', | 432 '../cc/cc.gyp:cc_surfaces', |
417 '../ui/gfx/gfx.gyp:gfx_geometry', | 433 '../ui/gfx/gfx.gyp:gfx_geometry', |
418 'mojo_base.gyp:mojo_application_chromium', | 434 'mojo_base.gyp:mojo_application_chromium', |
419 'mojo_cc_support', | 435 'mojo_cc_support', |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'mojo_echo_bindings', | 889 'mojo_echo_bindings', |
874 ], | 890 ], |
875 'sources': [ | 891 'sources': [ |
876 'services/dbus_echo/dbus_echo_service.cc', | 892 'services/dbus_echo/dbus_echo_service.cc', |
877 ], | 893 ], |
878 }, | 894 }, |
879 ], | 895 ], |
880 }], | 896 }], |
881 ], | 897 ], |
882 } | 898 } |
OLD | NEW |