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 'mojo_geometry_bindings', |
15 ], | 16 ], |
16 }, | 17 }, |
17 { | 18 { |
| 19 'target_name': 'mojo_input_events_lib', |
| 20 'type': '<(component)', |
| 21 'defines': [ |
| 22 'MOJO_INPUT_EVENTS_IMPLEMENTATION', |
| 23 ], |
| 24 'dependencies': [ |
| 25 '../base/base.gyp:base', |
| 26 '../ui/events/events.gyp:events', |
| 27 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 28 'mojo_environment_chromium', |
| 29 'mojo_input_events_bindings', |
| 30 'mojo_geometry_bindings', |
| 31 'mojo_geometry_lib', |
| 32 'mojo_system_impl', |
| 33 ], |
| 34 'sources': [ |
| 35 'services/public/cpp/input_events/lib/input_events_type_converters.cc', |
| 36 'services/public/cpp/input_events/input_events_type_converters.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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'conditions': [ | 278 'conditions': [ |
255 ['use_aura==1', { | 279 ['use_aura==1', { |
256 'targets': [ | 280 'targets': [ |
257 { | 281 { |
258 'target_name': 'mojo_view_manager', | 282 'target_name': 'mojo_view_manager', |
259 'type': '<(component)', | 283 'type': '<(component)', |
260 'dependencies': [ | 284 'dependencies': [ |
261 '../base/base.gyp:base', | 285 '../base/base.gyp:base', |
262 '../skia/skia.gyp:skia', | 286 '../skia/skia.gyp:skia', |
263 '../ui/aura/aura.gyp:aura', | 287 '../ui/aura/aura.gyp:aura', |
| 288 '../ui/aura/aura.gyp:aura_test_support', |
264 '../ui/base/ui_base.gyp:ui_base', | 289 '../ui/base/ui_base.gyp:ui_base', |
265 '../ui/gfx/gfx.gyp:gfx', | 290 '../ui/gfx/gfx.gyp:gfx', |
266 '../ui/gfx/gfx.gyp:gfx_geometry', | 291 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 292 '../ui/wm/wm.gyp:wm', |
267 'mojo_aura_support', | 293 'mojo_aura_support', |
268 'mojo_common_lib', | 294 'mojo_common_lib', |
269 'mojo_environment_chromium', | 295 'mojo_environment_chromium', |
270 'mojo_geometry_bindings', | 296 'mojo_geometry_bindings', |
271 'mojo_geometry_lib', | 297 'mojo_geometry_lib', |
272 'mojo_gles2', | 298 'mojo_gles2', |
| 299 'mojo_input_events_lib', |
273 'mojo_launcher_bindings', | 300 'mojo_launcher_bindings', |
274 'mojo_main_chromium', | 301 'mojo_main_chromium', |
275 'mojo_native_viewport_bindings', | 302 'mojo_native_viewport_bindings', |
276 'mojo_system_impl', | 303 'mojo_system_impl', |
277 'mojo_view_manager_bindings', | 304 'mojo_view_manager_bindings', |
278 'mojo_view_manager_common', | 305 'mojo_view_manager_common', |
279 ], | 306 ], |
280 'sources': [ | 307 'sources': [ |
281 'services/view_manager/ids.h', | 308 'services/view_manager/ids.h', |
282 'services/view_manager/main.cc', | 309 'services/view_manager/main.cc', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'mojo_system_impl', | 392 'mojo_system_impl', |
366 ], | 393 ], |
367 'sources': [ | 394 'sources': [ |
368 'services/dbus_echo/dbus_echo_service.cc', | 395 'services/dbus_echo/dbus_echo_service.cc', |
369 ], | 396 ], |
370 }, | 397 }, |
371 ], | 398 ], |
372 }], | 399 }], |
373 ], | 400 ], |
374 } | 401 } |
OLD | NEW |