| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'mojo_surfaces_bindings', | 436 'mojo_surfaces_bindings', |
| 437 'mojo_surfaces_lib', | 437 'mojo_surfaces_lib', |
| 438 '<(mojo_gles2_for_loadable_module)', | 438 '<(mojo_gles2_for_loadable_module)', |
| 439 '<(mojo_system_for_loadable_module)', | 439 '<(mojo_system_for_loadable_module)', |
| 440 ], | 440 ], |
| 441 'sources': [ | 441 'sources': [ |
| 442 'services/surfaces/surfaces_impl.cc', | 442 'services/surfaces/surfaces_impl.cc', |
| 443 'services/surfaces/surfaces_impl.h', | 443 'services/surfaces/surfaces_impl.h', |
| 444 'services/surfaces/surfaces_service_application.cc', | 444 'services/surfaces/surfaces_service_application.cc', |
| 445 'services/surfaces/surfaces_service_application.h', | 445 'services/surfaces/surfaces_service_application.h', |
| 446 'services/surfaces/surfaces_service_impl.cc', |
| 447 'services/surfaces/surfaces_service_impl.h', |
| 446 ], | 448 ], |
| 447 }, | 449 }, |
| 448 { | 450 { |
| 449 # GN version: //mojo/services/public/cpp/view_manager:common | 451 # GN version: //mojo/services/public/cpp/view_manager:common |
| 450 'target_name': 'mojo_view_manager_common', | 452 'target_name': 'mojo_view_manager_common', |
| 451 'type': 'static_library', | 453 'type': 'static_library', |
| 452 'sources': [ | 454 'sources': [ |
| 453 'services/public/cpp/view_manager/types.h', | 455 'services/public/cpp/view_manager/types.h', |
| 454 ], | 456 ], |
| 455 }, | 457 }, |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'mojo_base.gyp:mojo_run_all_unittests', | 577 'mojo_base.gyp:mojo_run_all_unittests', |
| 576 ], | 578 ], |
| 577 }], | 579 }], |
| 578 ], | 580 ], |
| 579 }, | 581 }, |
| 580 { | 582 { |
| 581 # GN version: //mojo/services/public/interfaces/surfaces | 583 # GN version: //mojo/services/public/interfaces/surfaces |
| 582 'target_name': 'mojo_surfaces_bindings', | 584 'target_name': 'mojo_surfaces_bindings', |
| 583 'type': 'static_library', | 585 'type': 'static_library', |
| 584 'sources': [ | 586 'sources': [ |
| 587 'services/public/interfaces/surfaces/surface_id.mojom', |
| 585 'services/public/interfaces/surfaces/surfaces.mojom', | 588 'services/public/interfaces/surfaces/surfaces.mojom', |
| 586 'services/public/interfaces/surfaces/surface_id.mojom', | 589 'services/public/interfaces/surfaces/surfaces_service.mojom', |
| 587 'services/public/interfaces/surfaces/quads.mojom', | 590 'services/public/interfaces/surfaces/quads.mojom', |
| 588 ], | 591 ], |
| 589 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 592 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 590 'export_dependent_settings': [ | 593 'export_dependent_settings': [ |
| 591 'mojo_base.gyp:mojo_cpp_bindings', | 594 'mojo_base.gyp:mojo_cpp_bindings', |
| 592 ], | 595 ], |
| 593 'dependencies': [ | 596 'dependencies': [ |
| 594 'mojo_base.gyp:mojo_cpp_bindings', | 597 'mojo_base.gyp:mojo_cpp_bindings', |
| 595 'mojo_geometry_bindings', | 598 'mojo_geometry_bindings', |
| 596 'mojo_native_viewport_bindings', | 599 'mojo_native_viewport_bindings', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 'mojo_echo_bindings', | 898 'mojo_echo_bindings', |
| 896 ], | 899 ], |
| 897 'sources': [ | 900 'sources': [ |
| 898 'services/dbus_echo/dbus_echo_service.cc', | 901 'services/dbus_echo/dbus_echo_service.cc', |
| 899 ], | 902 ], |
| 900 }, | 903 }, |
| 901 ], | 904 ], |
| 902 }], | 905 }], |
| 903 ], | 906 ], |
| 904 } | 907 } |
| OLD | NEW |