| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 6 'includes': [ |
| 7 '../../mojo_variables.gypi', | 7 '../../mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 ], | 35 ], |
| 36 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 36 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 38 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 39 ], | 39 ], |
| 40 'export_dependent_settings': [ | 40 'export_dependent_settings': [ |
| 41 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 41 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 42 ], | 42 ], |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 # GN version: //mojo/services/public/interfaces/input_events | 45 # GN version: //mojo/services/input_events/public/interfaces |
| 46 'target_name': 'mojo_input_events_bindings', | 46 'target_name': 'mojo_input_events_bindings', |
| 47 'type': 'static_library', | 47 'type': 'static_library', |
| 48 'sources': [ | 48 'sources': [ |
| 49 'interfaces/input_events/input_event_constants.mojom', | 49 '../input_events/public/interfaces/input_event_constants.mojom', |
| 50 'interfaces/input_events/input_events.mojom', | 50 '../input_events/public/interfaces/input_events.mojom', |
| 51 'interfaces/input_events/input_key_codes.mojom', | 51 '../input_events/public/interfaces/input_key_codes.mojom', |
| 52 ], | 52 ], |
| 53 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 53 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
| 54 'dependencies': [ | 54 'dependencies': [ |
| 55 'mojo_geometry_bindings', | 55 'mojo_geometry_bindings', |
| 56 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 56 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 57 ], | 57 ], |
| 58 'export_dependent_settings': [ | 58 'export_dependent_settings': [ |
| 59 'mojo_geometry_bindings', | 59 'mojo_geometry_bindings', |
| 60 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 60 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 61 ], | 61 ], |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 258 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 259 ], | 259 ], |
| 260 'export_dependent_settings': [ | 260 'export_dependent_settings': [ |
| 261 'mojo_input_events_bindings', | 261 'mojo_input_events_bindings', |
| 262 '../../public/mojo_public.gyp:mojo_application_bindings', | 262 '../../public/mojo_public.gyp:mojo_application_bindings', |
| 263 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 263 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 264 ], | 264 ], |
| 265 }, | 265 }, |
| 266 ], | 266 ], |
| 267 } | 267 } |
| OLD | NEW |