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 'variables': { | 9 'variables': { |
10 'mojom_base_output_dir': 'mojo', | 10 'mojom_base_output_dir': 'mojo', |
11 }, | 11 }, |
12 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 12 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
13 'export_dependent_settings': [ | 13 'export_dependent_settings': [ |
14 'mojo_cpp_bindings', | 14 'mojo_cpp_bindings', |
15 ], | 15 ], |
16 'dependencies': [ | 16 'dependencies': [ |
17 'mojo_cpp_bindings', | 17 'mojo_cpp_bindings', |
| 18 'mojo_geometry_bindings', |
18 ], | 19 ], |
19 }, | 20 }, |
20 { | 21 { |
| 22 'target_name': 'mojo_input_events_lib', |
| 23 'type': '<(component)', |
| 24 'defines': [ |
| 25 'MOJO_INPUT_EVENTS_IMPLEMENTATION', |
| 26 ], |
| 27 'dependencies': [ |
| 28 '../base/base.gyp:base', |
| 29 '../ui/events/events.gyp:events', |
| 30 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 31 'mojo_environment_chromium', |
| 32 'mojo_input_events_bindings', |
| 33 'mojo_geometry_bindings', |
| 34 'mojo_geometry_lib', |
| 35 'mojo_system_impl', |
| 36 ], |
| 37 'sources': [ |
| 38 'services/public/cpp/input_events/lib/input_events_type_converters.cc', |
| 39 'services/public/cpp/input_events/input_events_type_converters.h', |
| 40 ], |
| 41 }, |
| 42 { |
21 'target_name': 'mojo_input_events_bindings', | 43 'target_name': 'mojo_input_events_bindings', |
22 'type': 'static_library', | 44 'type': 'static_library', |
23 'sources': [ | 45 'sources': [ |
24 'services/public/interfaces/input_events/input_events.mojom', | 46 'services/public/interfaces/input_events/input_events.mojom', |
25 ], | 47 ], |
26 'variables': { | 48 'variables': { |
27 'mojom_base_output_dir': 'mojo', | 49 'mojom_base_output_dir': 'mojo', |
28 }, | 50 }, |
29 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 51 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
30 'export_dependent_settings': [ | 52 'export_dependent_settings': [ |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'dependencies': [ | 158 'dependencies': [ |
137 '../base/base.gyp:base', | 159 '../base/base.gyp:base', |
138 '../ui/events/events.gyp:events', | 160 '../ui/events/events.gyp:events', |
139 '../ui/gfx/gfx.gyp:gfx', | 161 '../ui/gfx/gfx.gyp:gfx', |
140 '../ui/gfx/gfx.gyp:gfx_geometry', | 162 '../ui/gfx/gfx.gyp:gfx_geometry', |
141 'mojo_common_lib', | 163 'mojo_common_lib', |
142 'mojo_environment_chromium', | 164 'mojo_environment_chromium', |
143 'mojo_geometry_bindings', | 165 'mojo_geometry_bindings', |
144 'mojo_geometry_lib', | 166 'mojo_geometry_lib', |
145 'mojo_gles2_service', | 167 'mojo_gles2_service', |
| 168 'mojo_input_events_lib', |
146 'mojo_native_viewport_bindings', | 169 'mojo_native_viewport_bindings', |
147 'mojo_application', | 170 'mojo_application', |
148 'mojo_system_impl', | 171 'mojo_system_impl', |
149 ], | 172 ], |
150 'defines': [ | 173 'defines': [ |
151 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', | 174 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', |
152 ], | 175 ], |
153 'sources': [ | 176 'sources': [ |
154 'services/native_viewport/native_viewport.h', | 177 'services/native_viewport/native_viewport.h', |
155 'services/native_viewport/native_viewport_android.cc', | 178 'services/native_viewport/native_viewport_android.cc', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'variables': { | 212 'variables': { |
190 'mojom_base_output_dir': 'mojo', | 213 'mojom_base_output_dir': 'mojo', |
191 }, | 214 }, |
192 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 215 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
193 'export_dependent_settings': [ | 216 'export_dependent_settings': [ |
194 'mojo_cpp_bindings', | 217 'mojo_cpp_bindings', |
195 ], | 218 ], |
196 'dependencies': [ | 219 'dependencies': [ |
197 'mojo_cpp_bindings', | 220 'mojo_cpp_bindings', |
198 'mojo_geometry_bindings', | 221 'mojo_geometry_bindings', |
| 222 'mojo_input_events_bindings', |
199 ], | 223 ], |
200 }, | 224 }, |
201 { | 225 { |
202 'target_name': 'mojo_view_manager_lib', | 226 'target_name': 'mojo_view_manager_lib', |
203 'type': 'static_library', | 227 'type': 'static_library', |
204 'dependencies': [ | 228 'dependencies': [ |
205 '../base/base.gyp:base', | 229 '../base/base.gyp:base', |
206 '../skia/skia.gyp:skia', | 230 '../skia/skia.gyp:skia', |
207 '../ui/gfx/gfx.gyp:gfx', | 231 '../ui/gfx/gfx.gyp:gfx', |
208 '../ui/gfx/gfx.gyp:gfx_geometry', | 232 '../ui/gfx/gfx.gyp:gfx_geometry', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'conditions': [ | 295 'conditions': [ |
272 ['use_aura==1', { | 296 ['use_aura==1', { |
273 'targets': [ | 297 'targets': [ |
274 { | 298 { |
275 'target_name': 'mojo_view_manager', | 299 'target_name': 'mojo_view_manager', |
276 'type': '<(component)', | 300 'type': '<(component)', |
277 'dependencies': [ | 301 'dependencies': [ |
278 '../base/base.gyp:base', | 302 '../base/base.gyp:base', |
279 '../skia/skia.gyp:skia', | 303 '../skia/skia.gyp:skia', |
280 '../ui/aura/aura.gyp:aura', | 304 '../ui/aura/aura.gyp:aura', |
| 305 '../ui/aura/aura.gyp:aura_test_support', |
281 '../ui/base/ui_base.gyp:ui_base', | 306 '../ui/base/ui_base.gyp:ui_base', |
282 '../ui/gfx/gfx.gyp:gfx', | 307 '../ui/gfx/gfx.gyp:gfx', |
283 '../ui/gfx/gfx.gyp:gfx_geometry', | 308 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 309 '../ui/wm/wm.gyp:wm', |
284 'mojo_aura_support', | 310 'mojo_aura_support', |
285 'mojo_common_lib', | 311 'mojo_common_lib', |
286 'mojo_environment_chromium', | 312 'mojo_environment_chromium', |
287 'mojo_geometry_bindings', | 313 'mojo_geometry_bindings', |
288 'mojo_geometry_lib', | 314 'mojo_geometry_lib', |
289 'mojo_gles2', | 315 'mojo_gles2', |
| 316 'mojo_input_events_lib', |
290 'mojo_launcher_bindings', | 317 'mojo_launcher_bindings', |
291 'mojo_native_viewport_bindings', | 318 'mojo_native_viewport_bindings', |
292 'mojo_application', | 319 'mojo_application', |
293 'mojo_system_impl', | 320 'mojo_system_impl', |
294 'mojo_view_manager_bindings', | 321 'mojo_view_manager_bindings', |
295 'mojo_view_manager_common', | 322 'mojo_view_manager_common', |
296 ], | 323 ], |
297 'sources': [ | 324 'sources': [ |
298 'services/view_manager/ids.h', | 325 'services/view_manager/ids.h', |
299 'services/view_manager/main.cc', | 326 'services/view_manager/main.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 'mojo_system_impl', | 406 'mojo_system_impl', |
380 ], | 407 ], |
381 'sources': [ | 408 'sources': [ |
382 'services/dbus_echo/dbus_echo_service.cc', | 409 'services/dbus_echo/dbus_echo_service.cc', |
383 ], | 410 ], |
384 }, | 411 }, |
385 ], | 412 ], |
386 }], | 413 }], |
387 ], | 414 ], |
388 } | 415 } |
OLD | NEW |