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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../skia/skia.gyp:skia', | 329 '../skia/skia.gyp:skia', |
330 '../ui/aura/aura.gyp:aura', | 330 '../ui/aura/aura.gyp:aura', |
331 '../ui/base/ui_base.gyp:ui_base', | 331 '../ui/base/ui_base.gyp:ui_base', |
332 '../ui/gfx/gfx.gyp:gfx', | 332 '../ui/gfx/gfx.gyp:gfx', |
333 '../ui/gfx/gfx.gyp:gfx_geometry', | 333 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 334 'mojo_application', |
334 'mojo_aura_support', | 335 'mojo_aura_support', |
335 'mojo_common_lib', | 336 'mojo_common_lib', |
336 'mojo_environment_chromium', | 337 'mojo_environment_chromium', |
337 'mojo_geometry_bindings', | 338 'mojo_geometry_bindings', |
338 'mojo_geometry_lib', | 339 'mojo_geometry_lib', |
339 'mojo_gles2', | 340 'mojo_gles2', |
340 'mojo_input_events_bindings', | 341 'mojo_input_events_bindings', |
341 'mojo_input_events_lib', | 342 'mojo_input_events_lib', |
342 'mojo_launcher_bindings', | 343 'mojo_launcher_bindings', |
343 'mojo_main_chromium', | |
344 'mojo_native_viewport_bindings', | 344 'mojo_native_viewport_bindings', |
345 'mojo_system_impl', | 345 'mojo_system_impl', |
346 'mojo_view_manager_bindings', | 346 'mojo_view_manager_bindings', |
347 'mojo_view_manager_common', | 347 'mojo_view_manager_common', |
348 ], | 348 ], |
349 'sources': [ | 349 'sources': [ |
350 'services/view_manager/ids.h', | 350 'services/view_manager/ids.h', |
351 'services/view_manager/main.cc', | 351 'services/view_manager/main.cc', |
352 'services/view_manager/node.cc', | 352 'services/view_manager/node.cc', |
353 'services/view_manager/node.h', | 353 'services/view_manager/node.h', |
354 'services/view_manager/node_delegate.h', | 354 'services/view_manager/node_delegate.h', |
355 'services/view_manager/root_node_manager.cc', | 355 'services/view_manager/root_node_manager.cc', |
356 'services/view_manager/root_node_manager.h', | 356 'services/view_manager/root_node_manager.h', |
357 'services/view_manager/root_view_manager.cc', | 357 'services/view_manager/root_view_manager.cc', |
358 'services/view_manager/root_view_manager.h', | 358 'services/view_manager/root_view_manager.h', |
359 'services/view_manager/root_view_manager_delegate.h', | 359 'services/view_manager/root_view_manager_delegate.h', |
360 'services/view_manager/view.cc', | 360 'services/view_manager/view.cc', |
361 'services/view_manager/view.h', | 361 'services/view_manager/view.h', |
362 'services/view_manager/view_manager_connection.cc', | 362 'services/view_manager/view_manager_connection.cc', |
363 'services/view_manager/view_manager_connection.h', | 363 'services/view_manager/view_manager_connection.h', |
364 'services/view_manager/view_manager_init_connection.cc', | 364 'services/view_manager/view_manager_init_connection.cc', |
365 'services/view_manager/view_manager_init_connection.h', | 365 'services/view_manager/view_manager_init_connection.h', |
366 'services/view_manager/view_manager_export.h', | 366 'services/view_manager/view_manager_export.h', |
| 367 '<(mojo_main_chromium)', |
367 ], | 368 ], |
368 'defines': [ | 369 'defines': [ |
369 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 370 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
370 ], | 371 ], |
371 }, | 372 }, |
372 { | 373 { |
373 'target_name': 'mojo_view_manager_run_unittests', | 374 'target_name': 'mojo_view_manager_run_unittests', |
374 'type': 'static_library', | 375 'type': 'static_library', |
375 'dependencies': [ | 376 'dependencies': [ |
376 '../base/base.gyp:base', | 377 '../base/base.gyp:base', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 'mojo_system_impl', | 440 'mojo_system_impl', |
440 ], | 441 ], |
441 'sources': [ | 442 'sources': [ |
442 'services/dbus_echo/dbus_echo_service.cc', | 443 'services/dbus_echo/dbus_echo_service.cc', |
443 ], | 444 ], |
444 }, | 445 }, |
445 ], | 446 ], |
446 }], | 447 }], |
447 ], | 448 ], |
448 } | 449 } |
OLD | NEW |