OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_echo_bindings', | 4 'target_name': 'mojo_echo_bindings', |
5 'type': 'static_library', | 5 'type': 'static_library', |
6 'sources': [ | 6 'sources': [ |
7 'services/dbus_echo/echo.mojom', | 7 'services/dbus_echo/echo.mojom', |
8 ], | 8 ], |
9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
10 'export_dependent_settings': [ | 10 'export_dependent_settings': [ |
11 'mojo_cpp_bindings', | 11 'mojo_cpp_bindings', |
12 ], | 12 ], |
13 'dependencies': [ | 13 'dependencies': [ |
14 'mojo_cpp_bindings', | 14 'mojo_cpp_bindings', |
15 ], | 15 ], |
16 }, | 16 }, |
17 { | 17 { |
| 18 'target_name': 'mojo_input_events_lib', |
| 19 'type': '<(component)', |
| 20 'defines': [ |
| 21 'MOJO_INPUT_EVENTS_IMPLEMENTATION', |
| 22 ], |
| 23 'dependencies': [ |
| 24 '../base/base.gyp:base', |
| 25 '../ui/events/events.gyp:events', |
| 26 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 27 'mojo_environment_chromium', |
| 28 'mojo_input_events_bindings', |
| 29 'mojo_geometry_bindings', |
| 30 'mojo_geometry_lib', |
| 31 'mojo_system_impl', |
| 32 ], |
| 33 'sources': [ |
| 34 'services/public/cpp/input_events/lib/input_events_type_converters.cc', |
| 35 'services/public/cpp/input_events/input_events_type_converters.h', |
| 36 'services/public/cpp/input_events/mojo_input_events_export.h', |
| 37 ], |
| 38 }, |
| 39 { |
18 'target_name': 'mojo_input_events_bindings', | 40 'target_name': 'mojo_input_events_bindings', |
19 'type': 'static_library', | 41 'type': 'static_library', |
20 'sources': [ | 42 'sources': [ |
21 'services/public/interfaces/input_events/input_events.mojom', | 43 'services/public/interfaces/input_events/input_events.mojom', |
22 ], | 44 ], |
23 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 45 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
24 'export_dependent_settings': [ | 46 'export_dependent_settings': [ |
25 'mojo_cpp_bindings', | 47 'mojo_cpp_bindings', |
26 ], | 48 ], |
27 'dependencies': [ | 49 'dependencies': [ |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 '../base/base.gyp:base', | 145 '../base/base.gyp:base', |
124 '../ui/events/events.gyp:events', | 146 '../ui/events/events.gyp:events', |
125 '../ui/gfx/gfx.gyp:gfx', | 147 '../ui/gfx/gfx.gyp:gfx', |
126 '../ui/gfx/gfx.gyp:gfx_geometry', | 148 '../ui/gfx/gfx.gyp:gfx_geometry', |
127 'mojo_application', | 149 'mojo_application', |
128 'mojo_common_lib', | 150 'mojo_common_lib', |
129 'mojo_environment_chromium', | 151 'mojo_environment_chromium', |
130 'mojo_geometry_bindings', | 152 'mojo_geometry_bindings', |
131 'mojo_geometry_lib', | 153 'mojo_geometry_lib', |
132 'mojo_gles2_service', | 154 'mojo_gles2_service', |
| 155 'mojo_input_events_lib', |
133 'mojo_native_viewport_bindings', | 156 'mojo_native_viewport_bindings', |
134 'mojo_system_impl', | 157 'mojo_system_impl', |
135 ], | 158 ], |
136 'defines': [ | 159 'defines': [ |
137 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', | 160 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', |
138 ], | 161 ], |
139 'sources': [ | 162 'sources': [ |
140 'services/native_viewport/native_viewport.h', | 163 'services/native_viewport/native_viewport.h', |
141 'services/native_viewport/native_viewport_android.cc', | 164 'services/native_viewport/native_viewport_android.cc', |
142 'services/native_viewport/native_viewport_mac.mm', | 165 'services/native_viewport/native_viewport_mac.mm', |
(...skipping 29 matching lines...) Expand all Loading... |
172 'sources': [ | 195 'sources': [ |
173 'services/public/interfaces/view_manager/view_manager.mojom', | 196 'services/public/interfaces/view_manager/view_manager.mojom', |
174 ], | 197 ], |
175 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 198 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
176 'export_dependent_settings': [ | 199 'export_dependent_settings': [ |
177 'mojo_cpp_bindings', | 200 'mojo_cpp_bindings', |
178 ], | 201 ], |
179 'dependencies': [ | 202 'dependencies': [ |
180 'mojo_cpp_bindings', | 203 'mojo_cpp_bindings', |
181 'mojo_geometry_bindings', | 204 'mojo_geometry_bindings', |
| 205 'mojo_input_events_bindings', |
182 ], | 206 ], |
183 }, | 207 }, |
184 { | 208 { |
185 'target_name': 'mojo_view_manager_lib', | 209 'target_name': 'mojo_view_manager_lib', |
186 'type': 'static_library', | 210 'type': 'static_library', |
187 'dependencies': [ | 211 'dependencies': [ |
188 '../base/base.gyp:base', | 212 '../base/base.gyp:base', |
189 '../skia/skia.gyp:skia', | 213 '../skia/skia.gyp:skia', |
190 '../ui/gfx/gfx.gyp:gfx', | 214 '../ui/gfx/gfx.gyp:gfx', |
191 '../ui/gfx/gfx.gyp:gfx_geometry', | 215 '../ui/gfx/gfx.gyp:gfx_geometry', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 '../ui/aura/aura.gyp:aura', | 288 '../ui/aura/aura.gyp:aura', |
265 '../ui/base/ui_base.gyp:ui_base', | 289 '../ui/base/ui_base.gyp:ui_base', |
266 '../ui/gfx/gfx.gyp:gfx', | 290 '../ui/gfx/gfx.gyp:gfx', |
267 '../ui/gfx/gfx.gyp:gfx_geometry', | 291 '../ui/gfx/gfx.gyp:gfx_geometry', |
268 'mojo_aura_support', | 292 'mojo_aura_support', |
269 'mojo_common_lib', | 293 'mojo_common_lib', |
270 'mojo_environment_chromium', | 294 'mojo_environment_chromium', |
271 'mojo_geometry_bindings', | 295 'mojo_geometry_bindings', |
272 'mojo_geometry_lib', | 296 'mojo_geometry_lib', |
273 'mojo_gles2', | 297 'mojo_gles2', |
| 298 'mojo_input_events_bindings', |
| 299 'mojo_input_events_lib', |
274 'mojo_launcher_bindings', | 300 'mojo_launcher_bindings', |
275 'mojo_main_chromium', | 301 'mojo_main_chromium', |
276 'mojo_native_viewport_bindings', | 302 'mojo_native_viewport_bindings', |
277 'mojo_system_impl', | 303 'mojo_system_impl', |
278 'mojo_view_manager_bindings', | 304 'mojo_view_manager_bindings', |
279 'mojo_view_manager_common', | 305 'mojo_view_manager_common', |
280 ], | 306 ], |
281 'sources': [ | 307 'sources': [ |
282 'services/view_manager/ids.h', | 308 'services/view_manager/ids.h', |
283 'services/view_manager/main.cc', | 309 'services/view_manager/main.cc', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 '../base/base.gyp:test_support_base', | 349 '../base/base.gyp:test_support_base', |
324 '../skia/skia.gyp:skia', | 350 '../skia/skia.gyp:skia', |
325 '../testing/gtest.gyp:gtest', | 351 '../testing/gtest.gyp:gtest', |
326 '../ui/aura/aura.gyp:aura', | 352 '../ui/aura/aura.gyp:aura', |
327 '../ui/gfx/gfx.gyp:gfx_geometry', | 353 '../ui/gfx/gfx.gyp:gfx_geometry', |
328 '../ui/gl/gl.gyp:gl', | 354 '../ui/gl/gl.gyp:gl', |
329 'mojo_application', | 355 'mojo_application', |
330 'mojo_environment_chromium', | 356 'mojo_environment_chromium', |
331 'mojo_geometry_bindings', | 357 'mojo_geometry_bindings', |
332 'mojo_geometry_lib', | 358 'mojo_geometry_lib', |
| 359 'mojo_input_events_bindings', |
| 360 'mojo_input_events_lib', |
333 'mojo_service_manager', | 361 'mojo_service_manager', |
334 'mojo_shell_test_support', | 362 'mojo_shell_test_support', |
335 'mojo_system_impl', | 363 'mojo_system_impl', |
336 'mojo_view_manager_bindings', | 364 'mojo_view_manager_bindings', |
337 'mojo_view_manager_common', | 365 'mojo_view_manager_common', |
338 'mojo_view_manager_run_unittests', | 366 'mojo_view_manager_run_unittests', |
339 ], | 367 ], |
340 'sources': [ | 368 'sources': [ |
341 'services/view_manager/test_change_tracker.cc', | 369 'services/view_manager/test_change_tracker.cc', |
342 'services/view_manager/test_change_tracker.h', | 370 'services/view_manager/test_change_tracker.h', |
(...skipping 26 matching lines...) Expand all Loading... |
369 'mojo_system_impl', | 397 'mojo_system_impl', |
370 ], | 398 ], |
371 'sources': [ | 399 'sources': [ |
372 'services/dbus_echo/dbus_echo_service.cc', | 400 'services/dbus_echo/dbus_echo_service.cc', |
373 ], | 401 ], |
374 }, | 402 }, |
375 ], | 403 ], |
376 }], | 404 }], |
377 ], | 405 ], |
378 } | 406 } |
OLD | NEW |