| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'dependencies': [ | 310 'dependencies': [ |
| 311 'mojo_view_manager_run_unittests' | 311 'mojo_view_manager_run_unittests' |
| 312 ], | 312 ], |
| 313 }, { # use_aura==0 | 313 }, { # use_aura==0 |
| 314 'dependencies': [ | 314 'dependencies': [ |
| 315 'mojo_run_all_unittests', | 315 'mojo_run_all_unittests', |
| 316 ], | 316 ], |
| 317 }] | 317 }] |
| 318 ], | 318 ], |
| 319 }, | 319 }, |
| 320 { |
| 321 'target_name': 'mojo_test_service_bindings', |
| 322 'type': 'static_library', |
| 323 'sources': [ |
| 324 'services/test_service/test_service.mojom', |
| 325 ], |
| 326 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 327 'export_dependent_settings': [ |
| 328 'mojo_cpp_bindings', |
| 329 ], |
| 330 'dependencies': [ |
| 331 'mojo_cpp_bindings', |
| 332 ], |
| 333 }, |
| 334 { |
| 335 'target_name': 'mojo_test_service', |
| 336 'type': 'shared_library', |
| 337 'dependencies': [ |
| 338 '../base/base.gyp:base', |
| 339 'mojo_application', |
| 340 'mojo_common_lib', |
| 341 'mojo_environment_standalone', |
| 342 'mojo_test_service_bindings', |
| 343 'mojo_system_impl', |
| 344 'mojo_utility', |
| 345 ], |
| 346 'sources': [ |
| 347 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 348 'services/test_service/application.cc', |
| 349 'services/test_service/test_service_impl.cc', |
| 350 'services/test_service/test_service_impl.h', |
| 351 ], |
| 352 }, |
| 320 ], | 353 ], |
| 321 'conditions': [ | 354 'conditions': [ |
| 322 ['use_aura==1', { | 355 ['use_aura==1', { |
| 323 'targets': [ | 356 'targets': [ |
| 324 { | 357 { |
| 325 'target_name': 'mojo_view_manager', | 358 'target_name': 'mojo_view_manager', |
| 326 'type': '<(component)', | 359 'type': '<(component)', |
| 327 'dependencies': [ | 360 'dependencies': [ |
| 328 '../base/base.gyp:base', | 361 '../base/base.gyp:base', |
| 329 '../skia/skia.gyp:skia', | 362 '../skia/skia.gyp:skia', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 'mojo_system_impl', | 472 'mojo_system_impl', |
| 440 ], | 473 ], |
| 441 'sources': [ | 474 'sources': [ |
| 442 'services/dbus_echo/dbus_echo_service.cc', | 475 'services/dbus_echo/dbus_echo_service.cc', |
| 443 ], | 476 ], |
| 444 }, | 477 }, |
| 445 ], | 478 ], |
| 446 }], | 479 }], |
| 447 ], | 480 ], |
| 448 } | 481 } |
| OLD | NEW |