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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 '../base/base.gyp:base', | 144 '../base/base.gyp:base', |
123 '../ui/events/events.gyp:events', | 145 '../ui/events/events.gyp:events', |
124 '../ui/gfx/gfx.gyp:gfx', | 146 '../ui/gfx/gfx.gyp:gfx', |
125 '../ui/gfx/gfx.gyp:gfx_geometry', | 147 '../ui/gfx/gfx.gyp:gfx_geometry', |
126 'mojo_application', | 148 'mojo_application', |
127 'mojo_common_lib', | 149 'mojo_common_lib', |
128 'mojo_environment_chromium', | 150 'mojo_environment_chromium', |
129 'mojo_geometry_bindings', | 151 'mojo_geometry_bindings', |
130 'mojo_geometry_lib', | 152 'mojo_geometry_lib', |
131 'mojo_gles2_service', | 153 'mojo_gles2_service', |
| 154 'mojo_input_events_lib', |
132 'mojo_native_viewport_bindings', | 155 'mojo_native_viewport_bindings', |
133 'mojo_system_impl', | 156 'mojo_system_impl', |
134 ], | 157 ], |
135 'defines': [ | 158 'defines': [ |
136 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', | 159 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', |
137 ], | 160 ], |
138 'sources': [ | 161 'sources': [ |
139 'services/native_viewport/native_viewport.h', | 162 'services/native_viewport/native_viewport.h', |
140 'services/native_viewport/native_viewport_android.cc', | 163 'services/native_viewport/native_viewport_android.cc', |
141 'services/native_viewport/native_viewport_mac.mm', | 164 'services/native_viewport/native_viewport_mac.mm', |
(...skipping 29 matching lines...) Expand all Loading... |
171 'sources': [ | 194 'sources': [ |
172 'services/public/interfaces/view_manager/view_manager.mojom', | 195 'services/public/interfaces/view_manager/view_manager.mojom', |
173 ], | 196 ], |
174 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 197 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
175 'export_dependent_settings': [ | 198 'export_dependent_settings': [ |
176 'mojo_cpp_bindings', | 199 'mojo_cpp_bindings', |
177 ], | 200 ], |
178 'dependencies': [ | 201 'dependencies': [ |
179 'mojo_cpp_bindings', | 202 'mojo_cpp_bindings', |
180 'mojo_geometry_bindings', | 203 'mojo_geometry_bindings', |
| 204 'mojo_input_events_bindings', |
181 ], | 205 ], |
182 }, | 206 }, |
183 { | 207 { |
184 'target_name': 'mojo_view_manager_lib', | 208 'target_name': 'mojo_view_manager_lib', |
185 'type': 'static_library', | 209 'type': 'static_library', |
186 'dependencies': [ | 210 'dependencies': [ |
187 '../base/base.gyp:base', | 211 '../base/base.gyp:base', |
188 '../skia/skia.gyp:skia', | 212 '../skia/skia.gyp:skia', |
189 '../ui/gfx/gfx.gyp:gfx', | 213 '../ui/gfx/gfx.gyp:gfx', |
190 '../ui/gfx/gfx.gyp:gfx_geometry', | 214 '../ui/gfx/gfx.gyp:gfx_geometry', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'conditions': [ | 277 'conditions': [ |
254 ['use_aura==1', { | 278 ['use_aura==1', { |
255 'targets': [ | 279 'targets': [ |
256 { | 280 { |
257 'target_name': 'mojo_view_manager', | 281 'target_name': 'mojo_view_manager', |
258 'type': '<(component)', | 282 'type': '<(component)', |
259 'dependencies': [ | 283 'dependencies': [ |
260 '../base/base.gyp:base', | 284 '../base/base.gyp:base', |
261 '../skia/skia.gyp:skia', | 285 '../skia/skia.gyp:skia', |
262 '../ui/aura/aura.gyp:aura', | 286 '../ui/aura/aura.gyp:aura', |
| 287 '../ui/aura/aura.gyp:aura_test_support', |
263 '../ui/base/ui_base.gyp:ui_base', | 288 '../ui/base/ui_base.gyp:ui_base', |
264 '../ui/gfx/gfx.gyp:gfx', | 289 '../ui/gfx/gfx.gyp:gfx', |
265 '../ui/gfx/gfx.gyp:gfx_geometry', | 290 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 291 '../ui/wm/wm.gyp:wm', |
266 'mojo_aura_support', | 292 'mojo_aura_support', |
267 'mojo_common_lib', | 293 'mojo_common_lib', |
268 'mojo_environment_chromium', | 294 'mojo_environment_chromium', |
269 'mojo_geometry_bindings', | 295 'mojo_geometry_bindings', |
270 'mojo_geometry_lib', | 296 'mojo_geometry_lib', |
271 'mojo_gles2', | 297 'mojo_gles2', |
| 298 'mojo_input_events_lib', |
272 'mojo_launcher_bindings', | 299 'mojo_launcher_bindings', |
273 'mojo_main_chromium', | 300 'mojo_main_chromium', |
274 'mojo_native_viewport_bindings', | 301 'mojo_native_viewport_bindings', |
275 'mojo_system_impl', | 302 'mojo_system_impl', |
276 'mojo_view_manager_bindings', | 303 'mojo_view_manager_bindings', |
277 'mojo_view_manager_common', | 304 'mojo_view_manager_common', |
278 ], | 305 ], |
279 'sources': [ | 306 'sources': [ |
280 'services/view_manager/ids.h', | 307 'services/view_manager/ids.h', |
281 'services/view_manager/main.cc', | 308 'services/view_manager/main.cc', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'mojo_system_impl', | 391 'mojo_system_impl', |
365 ], | 392 ], |
366 'sources': [ | 393 'sources': [ |
367 'services/dbus_echo/dbus_echo_service.cc', | 394 'services/dbus_echo/dbus_echo_service.cc', |
368 ], | 395 ], |
369 }, | 396 }, |
370 ], | 397 ], |
371 }], | 398 }], |
372 ], | 399 ], |
373 } | 400 } |
OLD | NEW |