| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'services/public/cpp/input_events/mojo_input_events_export.h', | 88 'services/public/cpp/input_events/mojo_input_events_export.h', |
| 89 ], | 89 ], |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 # GN version: //mojo/services/public/interfaces/input_events | 92 # GN version: //mojo/services/public/interfaces/input_events |
| 93 'target_name': 'mojo_input_events_bindings', | 93 'target_name': 'mojo_input_events_bindings', |
| 94 'type': 'static_library', | 94 'type': 'static_library', |
| 95 'sources': [ | 95 'sources': [ |
| 96 'services/public/interfaces/input_events/input_event_constants.mojom', | 96 'services/public/interfaces/input_events/input_event_constants.mojom', |
| 97 'services/public/interfaces/input_events/input_events.mojom', | 97 'services/public/interfaces/input_events/input_events.mojom', |
| 98 'services/public/interfaces/input_events/input_key_codes.mojom', |
| 98 ], | 99 ], |
| 99 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 100 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 100 'export_dependent_settings': [ | 101 'export_dependent_settings': [ |
| 101 'mojo_base.gyp:mojo_cpp_bindings', | 102 'mojo_base.gyp:mojo_cpp_bindings', |
| 102 ], | 103 ], |
| 103 'dependencies': [ | 104 'dependencies': [ |
| 104 'mojo_base.gyp:mojo_cpp_bindings', | 105 'mojo_base.gyp:mojo_cpp_bindings', |
| 105 'mojo_geometry_bindings', | 106 'mojo_geometry_bindings', |
| 106 ], | 107 ], |
| 107 }, | 108 }, |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 'mojo_echo_bindings', | 874 'mojo_echo_bindings', |
| 874 ], | 875 ], |
| 875 'sources': [ | 876 'sources': [ |
| 876 'services/dbus_echo/dbus_echo_service.cc', | 877 'services/dbus_echo/dbus_echo_service.cc', |
| 877 ], | 878 ], |
| 878 }, | 879 }, |
| 879 ], | 880 ], |
| 880 }], | 881 }], |
| 881 ], | 882 ], |
| 882 } | 883 } |
| OLD | NEW |