| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 '../ui/events/events.gyp:events', | 77 '../ui/events/events.gyp:events', |
| 78 '../ui/gfx/gfx.gyp:gfx_geometry', | 78 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 79 'mojo_base.gyp:mojo_environment_chromium', | 79 'mojo_base.gyp:mojo_environment_chromium', |
| 80 'mojo_input_events_bindings', | 80 'mojo_input_events_bindings', |
| 81 'mojo_geometry_bindings', | 81 'mojo_geometry_bindings', |
| 82 'mojo_geometry_lib', | 82 'mojo_geometry_lib', |
| 83 '<(mojo_system_for_component)', | 83 '<(mojo_system_for_component)', |
| 84 ], | 84 ], |
| 85 'sources': [ | 85 'sources': [ |
| 86 'services/public/cpp/input_events/lib/input_events_type_converters.cc', | 86 'services/public/cpp/input_events/lib/input_events_type_converters.cc', |
| 87 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.cc', |
| 88 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.h', |
| 87 'services/public/cpp/input_events/input_events_type_converters.h', | 89 'services/public/cpp/input_events/input_events_type_converters.h', |
| 88 'services/public/cpp/input_events/mojo_input_events_export.h', | 90 'services/public/cpp/input_events/mojo_input_events_export.h', |
| 89 ], | 91 ], |
| 90 }, | 92 }, |
| 91 { | 93 { |
| 92 # GN version: //mojo/services/public/interfaces/input_events | 94 # GN version: //mojo/services/public/interfaces/input_events |
| 93 'target_name': 'mojo_input_events_bindings', | 95 'target_name': 'mojo_input_events_bindings', |
| 94 'type': 'static_library', | 96 'type': 'static_library', |
| 95 'sources': [ | 97 'sources': [ |
| 96 'services/public/interfaces/input_events/input_event_constants.mojom', | 98 'services/public/interfaces/input_events/input_event_constants.mojom', |
| (...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 'mojo_echo_bindings', | 897 'mojo_echo_bindings', |
| 896 ], | 898 ], |
| 897 'sources': [ | 899 'sources': [ |
| 898 'services/dbus_echo/dbus_echo_service.cc', | 900 'services/dbus_echo/dbus_echo_service.cc', |
| 899 ], | 901 ], |
| 900 }, | 902 }, |
| 901 ], | 903 ], |
| 902 }], | 904 }], |
| 903 ], | 905 ], |
| 904 } | 906 } |
| OLD | NEW |