| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'mojo_view_manager_run_unittests' | 353 'mojo_view_manager_run_unittests' |
| 354 ], | 354 ], |
| 355 }, { # use_aura==0 | 355 }, { # use_aura==0 |
| 356 'dependencies': [ | 356 'dependencies': [ |
| 357 'mojo_run_all_unittests', | 357 'mojo_run_all_unittests', |
| 358 ], | 358 ], |
| 359 }] | 359 }] |
| 360 ], | 360 ], |
| 361 }, | 361 }, |
| 362 { | 362 { |
| 363 'target_name': 'mojo_surfaces_bindings', |
| 364 'type': 'static_library', |
| 365 'sources': [ |
| 366 'services/public/interfaces/surfaces/surfaces.mojom', |
| 367 'services/public/interfaces/surfaces/surface_id.mojom', |
| 368 'services/public/interfaces/surfaces/quads.mojom', |
| 369 ], |
| 370 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 371 'export_dependent_settings': [ |
| 372 'mojo_cpp_bindings', |
| 373 ], |
| 374 'dependencies': [ |
| 375 'mojo_cpp_bindings', |
| 376 'mojo_geometry_bindings', |
| 377 ], |
| 378 }, |
| 379 { |
| 363 'target_name': 'mojo_test_service_bindings', | 380 'target_name': 'mojo_test_service_bindings', |
| 364 'type': 'static_library', | 381 'type': 'static_library', |
| 365 'sources': [ | 382 'sources': [ |
| 366 'services/test_service/test_service.mojom', | 383 'services/test_service/test_service.mojom', |
| 367 ], | 384 ], |
| 368 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 385 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 369 'export_dependent_settings': [ | 386 'export_dependent_settings': [ |
| 370 'mojo_cpp_bindings', | 387 'mojo_cpp_bindings', |
| 371 ], | 388 ], |
| 372 'dependencies': [ | 389 'dependencies': [ |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'mojo_system_impl', | 541 'mojo_system_impl', |
| 525 ], | 542 ], |
| 526 'sources': [ | 543 'sources': [ |
| 527 'services/dbus_echo/dbus_echo_service.cc', | 544 'services/dbus_echo/dbus_echo_service.cc', |
| 528 ], | 545 ], |
| 529 }, | 546 }, |
| 530 ], | 547 ], |
| 531 }], | 548 }], |
| 532 ], | 549 ], |
| 533 } | 550 } |
| OLD | NEW |