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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 'type': 'static_library', | 458 'type': 'static_library', |
459 'sources': [ | 459 'sources': [ |
460 'services/public/interfaces/view_manager/view_manager.mojom', | 460 'services/public/interfaces/view_manager/view_manager.mojom', |
461 'services/public/interfaces/view_manager/view_manager_constants.mojom', | 461 'services/public/interfaces/view_manager/view_manager_constants.mojom', |
462 ], | 462 ], |
463 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 463 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
464 'export_dependent_settings': [ | 464 'export_dependent_settings': [ |
465 'mojo_base.gyp:mojo_cpp_bindings', | 465 'mojo_base.gyp:mojo_cpp_bindings', |
466 ], | 466 ], |
467 'dependencies': [ | 467 'dependencies': [ |
| 468 'mojo_base.gyp:mojo_application_bindings', |
468 'mojo_base.gyp:mojo_cpp_bindings', | 469 'mojo_base.gyp:mojo_cpp_bindings', |
469 'mojo_geometry_bindings', | 470 'mojo_geometry_bindings', |
470 'mojo_input_events_bindings', | 471 'mojo_input_events_bindings', |
471 ], | 472 ], |
472 }, | 473 }, |
473 { | 474 { |
474 # GN version: //mojo/services/public/cpp/view_manager | 475 # GN version: //mojo/services/public/cpp/view_manager |
475 'target_name': 'mojo_view_manager_lib', | 476 'target_name': 'mojo_view_manager_lib', |
476 'type': 'static_library', | 477 'type': 'static_library', |
477 'dependencies': [ | 478 'dependencies': [ |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'mojo_echo_bindings', | 860 'mojo_echo_bindings', |
860 ], | 861 ], |
861 'sources': [ | 862 'sources': [ |
862 'services/dbus_echo/dbus_echo_service.cc', | 863 'services/dbus_echo/dbus_echo_service.cc', |
863 ], | 864 ], |
864 }, | 865 }, |
865 ], | 866 ], |
866 }], | 867 }], |
867 ], | 868 ], |
868 } | 869 } |
OLD | NEW |