| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 '../base/base.gyp:base', | 350 '../base/base.gyp:base', |
| 351 'mojo_application', | 351 'mojo_application', |
| 352 'mojo_environment_standalone', | 352 'mojo_environment_standalone', |
| 353 'mojo_test_service_bindings', | 353 'mojo_test_service_bindings', |
| 354 'mojo_system', | 354 'mojo_system', |
| 355 'mojo_utility', | 355 'mojo_utility', |
| 356 ], | 356 ], |
| 357 'sources': [ | 357 'sources': [ |
| 358 'public/cpp/application/lib/mojo_main_standalone.cc', | 358 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 359 'services/test_service/test_service_application.cc', | 359 'services/test_service/test_service_application.cc', |
| 360 'services/test_service/test_service_application.h', |
| 360 'services/test_service/test_service_impl.cc', | 361 'services/test_service/test_service_impl.cc', |
| 361 'services/test_service/test_service_impl.h', | 362 'services/test_service/test_service_impl.h', |
| 362 ], | 363 ], |
| 363 }, | 364 }, |
| 364 ], | 365 ], |
| 365 'conditions': [ | 366 'conditions': [ |
| 366 ['use_aura==1', { | 367 ['use_aura==1', { |
| 367 'targets': [ | 368 'targets': [ |
| 368 { | 369 { |
| 369 'target_name': 'mojo_view_manager', | 370 'target_name': 'mojo_view_manager', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 'mojo_system_impl', | 494 'mojo_system_impl', |
| 494 ], | 495 ], |
| 495 'sources': [ | 496 'sources': [ |
| 496 'services/dbus_echo/dbus_echo_service.cc', | 497 'services/dbus_echo/dbus_echo_service.cc', |
| 497 ], | 498 ], |
| 498 }, | 499 }, |
| 499 ], | 500 ], |
| 500 }], | 501 }], |
| 501 ], | 502 ], |
| 502 } | 503 } |
| OLD | NEW |