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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'target_name': 'mojo_view_manager_bindings', | 188 'target_name': 'mojo_view_manager_bindings', |
189 'type': 'static_library', | 189 'type': 'static_library', |
190 'sources': [ | 190 'sources': [ |
191 'services/view_manager/public/interfaces/view_manager.mojom', | 191 'services/view_manager/public/interfaces/view_manager.mojom', |
192 'services/view_manager/public/interfaces/view_manager_constants.mojom', | 192 'services/view_manager/public/interfaces/view_manager_constants.mojom', |
193 ], | 193 ], |
194 'includes': [ 'mojom_bindings_generator.gypi' ], | 194 'includes': [ 'mojom_bindings_generator.gypi' ], |
195 'dependencies': [ | 195 'dependencies': [ |
196 'mojo_geometry_bindings', | 196 'mojo_geometry_bindings', |
197 'mojo_input_events_bindings', | 197 'mojo_input_events_bindings', |
| 198 'mojo_native_viewport_bindings', |
198 'mojo_public.gyp:mojo_application_bindings', | 199 'mojo_public.gyp:mojo_application_bindings', |
199 'mojo_public.gyp:mojo_cpp_bindings', | 200 'mojo_public.gyp:mojo_cpp_bindings', |
200 'mojo_surface_id_bindings', | 201 'mojo_surface_id_bindings', |
201 ], | 202 ], |
202 'export_dependent_settings': [ | 203 'export_dependent_settings': [ |
203 'mojo_geometry_bindings', | 204 'mojo_geometry_bindings', |
204 'mojo_input_events_bindings', | 205 'mojo_input_events_bindings', |
| 206 'mojo_native_viewport_bindings', |
205 'mojo_public.gyp:mojo_application_bindings', | 207 'mojo_public.gyp:mojo_application_bindings', |
206 'mojo_public.gyp:mojo_cpp_bindings', | 208 'mojo_public.gyp:mojo_cpp_bindings', |
207 'mojo_surface_id_bindings', | 209 'mojo_surface_id_bindings', |
208 ], | 210 ], |
209 }, | 211 }, |
210 { | 212 { |
211 # GN version: //mojo/services/surfaces/public/interfaces | 213 # GN version: //mojo/services/surfaces/public/interfaces |
212 'target_name': 'mojo_surfaces_bindings', | 214 'target_name': 'mojo_surfaces_bindings', |
213 'type': 'static_library', | 215 'type': 'static_library', |
214 'sources': [ | 216 'sources': [ |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'mojo_public.gyp:mojo_cpp_bindings', | 260 'mojo_public.gyp:mojo_cpp_bindings', |
259 ], | 261 ], |
260 'export_dependent_settings': [ | 262 'export_dependent_settings': [ |
261 'mojo_input_events_bindings', | 263 'mojo_input_events_bindings', |
262 'mojo_public.gyp:mojo_application_bindings', | 264 'mojo_public.gyp:mojo_application_bindings', |
263 'mojo_public.gyp:mojo_cpp_bindings', | 265 'mojo_public.gyp:mojo_cpp_bindings', |
264 ], | 266 ], |
265 }, | 267 }, |
266 ], | 268 ], |
267 } | 269 } |
OLD | NEW |