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