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