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': [ |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 }, | 319 }, |
320 ], | 320 ], |
321 'conditions': [ | 321 'conditions': [ |
322 ['use_aura==1', { | 322 ['use_aura==1', { |
323 'targets': [ | 323 'targets': [ |
324 { | 324 { |
325 'target_name': 'mojo_view_manager', | 325 'target_name': 'mojo_view_manager', |
326 'type': '<(component)', | 326 'type': '<(component)', |
327 'dependencies': [ | 327 'dependencies': [ |
328 '../base/base.gyp:base', | 328 '../base/base.gyp:base', |
| 329 '../cc/cc.gyp:cc', |
329 '../skia/skia.gyp:skia', | 330 '../skia/skia.gyp:skia', |
330 '../ui/aura/aura.gyp:aura', | 331 '../ui/aura/aura.gyp:aura', |
331 '../ui/base/ui_base.gyp:ui_base', | 332 '../ui/base/ui_base.gyp:ui_base', |
| 333 '../ui/compositor/compositor.gyp:compositor', |
| 334 '../ui/events/events.gyp:events', |
| 335 '../ui/events/events.gyp:events_base', |
332 '../ui/gfx/gfx.gyp:gfx', | 336 '../ui/gfx/gfx.gyp:gfx', |
333 '../ui/gfx/gfx.gyp:gfx_geometry', | 337 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 338 '../ui/gl/gl.gyp:gl', |
| 339 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
334 'mojo_application', | 340 'mojo_application', |
335 'mojo_aura_support', | 341 'mojo_aura_support', |
336 'mojo_common_lib', | 342 'mojo_common_lib', |
337 'mojo_environment_chromium', | 343 'mojo_environment_chromium', |
338 'mojo_geometry_bindings', | 344 'mojo_geometry_bindings', |
339 'mojo_geometry_lib', | 345 'mojo_geometry_lib', |
340 'mojo_gles2', | 346 'mojo_gles2', |
341 'mojo_input_events_bindings', | 347 'mojo_input_events_bindings', |
342 'mojo_input_events_lib', | 348 'mojo_input_events_lib', |
343 'mojo_launcher_bindings', | |
344 'mojo_native_viewport_bindings', | 349 'mojo_native_viewport_bindings', |
345 'mojo_system_impl', | 350 'mojo_system_impl', |
346 'mojo_view_manager_bindings', | 351 'mojo_view_manager_bindings', |
347 'mojo_view_manager_common', | 352 'mojo_view_manager_common', |
348 ], | 353 ], |
349 'sources': [ | 354 'sources': [ |
350 'public/cpp/application/lib/mojo_main_chromium.cc', | 355 'public/cpp/application/lib/mojo_main_chromium.cc', |
351 'services/view_manager/ids.h', | 356 'services/view_manager/ids.h', |
352 'services/view_manager/main.cc', | 357 'services/view_manager/main.cc', |
353 'services/view_manager/node.cc', | 358 'services/view_manager/node.cc', |
354 'services/view_manager/node.h', | 359 'services/view_manager/node.h', |
355 'services/view_manager/node_delegate.h', | 360 'services/view_manager/node_delegate.h', |
356 'services/view_manager/root_node_manager.cc', | 361 'services/view_manager/root_node_manager.cc', |
357 'services/view_manager/root_node_manager.h', | 362 'services/view_manager/root_node_manager.h', |
358 'services/view_manager/root_view_manager.cc', | 363 'services/view_manager/root_view_manager.cc', |
359 'services/view_manager/root_view_manager.h', | 364 'services/view_manager/root_view_manager.h', |
360 'services/view_manager/root_view_manager_delegate.h', | 365 'services/view_manager/root_view_manager_delegate.h', |
361 'services/view_manager/view.cc', | 366 'services/view_manager/view.cc', |
362 'services/view_manager/view.h', | 367 'services/view_manager/view.h', |
363 'services/view_manager/view_manager_connection.cc', | 368 'services/view_manager/view_manager_connection.cc', |
364 'services/view_manager/view_manager_connection.h', | 369 'services/view_manager/view_manager_connection.h', |
365 'services/view_manager/view_manager_init_connection.cc', | 370 'services/view_manager/view_manager_init_connection.cc', |
366 'services/view_manager/view_manager_init_connection.h', | 371 'services/view_manager/view_manager_init_connection.h', |
367 'services/view_manager/view_manager_export.h', | 372 'services/view_manager/view_manager_export.h', |
| 373 'services/view_manager/context_factory_impl.cc', |
| 374 'services/view_manager/context_factory_impl.h', |
| 375 'services/view_manager/window_tree_host_impl.cc', |
| 376 'services/view_manager/window_tree_host_impl.h', |
368 ], | 377 ], |
369 'defines': [ | 378 'defines': [ |
370 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 379 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
371 ], | 380 ], |
372 }, | 381 }, |
373 { | 382 { |
374 'target_name': 'mojo_view_manager_run_unittests', | 383 'target_name': 'mojo_view_manager_run_unittests', |
375 'type': 'static_library', | 384 'type': 'static_library', |
376 'dependencies': [ | 385 'dependencies': [ |
377 '../base/base.gyp:base', | 386 '../base/base.gyp:base', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'mojo_system_impl', | 449 'mojo_system_impl', |
441 ], | 450 ], |
442 'sources': [ | 451 'sources': [ |
443 'services/dbus_echo/dbus_echo_service.cc', | 452 'services/dbus_echo/dbus_echo_service.cc', |
444 ], | 453 ], |
445 }, | 454 }, |
446 ], | 455 ], |
447 }], | 456 }], |
448 ], | 457 ], |
449 } | 458 } |
OLD | NEW |