| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'type': 'static_library', | 103 'type': 'static_library', |
| 104 'sources': [ | 104 'sources': [ |
| 105 'services/native_viewport/native_viewport.mojom', | 105 'services/native_viewport/native_viewport.mojom', |
| 106 ], | 106 ], |
| 107 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 107 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 108 'export_dependent_settings': [ | 108 'export_dependent_settings': [ |
| 109 'mojo_cpp_bindings', | 109 'mojo_cpp_bindings', |
| 110 ], | 110 ], |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 'mojo_geometry_bindings', | 112 'mojo_geometry_bindings', |
| 113 'mojo_gles2_bindings', |
| 113 'mojo_input_events_bindings', | 114 'mojo_input_events_bindings', |
| 114 'mojo_cpp_bindings', | 115 'mojo_cpp_bindings', |
| 115 ], | 116 ], |
| 116 }, | 117 }, |
| 117 { | 118 { |
| 118 'target_name': 'mojo_native_viewport_service', | 119 'target_name': 'mojo_native_viewport_service', |
| 119 # This is linked directly into the embedder, so we make it a component. | 120 # This is linked directly into the embedder, so we make it a component. |
| 120 'type': '<(component)', | 121 'type': '<(component)', |
| 121 'dependencies': [ | 122 'dependencies': [ |
| 122 '../base/base.gyp:base', | 123 '../base/base.gyp:base', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'mojo_system_impl', | 365 'mojo_system_impl', |
| 365 ], | 366 ], |
| 366 'sources': [ | 367 'sources': [ |
| 367 'services/dbus_echo/dbus_echo_service.cc', | 368 'services/dbus_echo/dbus_echo_service.cc', |
| 368 ], | 369 ], |
| 369 }, | 370 }, |
| 370 ], | 371 ], |
| 371 }], | 372 }], |
| 372 ], | 373 ], |
| 373 } | 374 } |
| OLD | NEW |