| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'type': 'static_library', | 229 'type': 'static_library', |
| 230 'sources': [ | 230 'sources': [ |
| 231 'services/public/cpp/view_manager/view_manager_types.h', | 231 'services/public/cpp/view_manager/view_manager_types.h', |
| 232 ], | 232 ], |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 'target_name': 'mojo_view_manager_bindings', | 235 'target_name': 'mojo_view_manager_bindings', |
| 236 'type': 'static_library', | 236 'type': 'static_library', |
| 237 'sources': [ | 237 'sources': [ |
| 238 'services/public/interfaces/view_manager/view_manager.mojom', | 238 'services/public/interfaces/view_manager/view_manager.mojom', |
| 239 'services/public/interfaces/view_manager/view_manager_constants.mojom', |
| 239 ], | 240 ], |
| 240 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 241 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 241 'export_dependent_settings': [ | 242 'export_dependent_settings': [ |
| 242 'mojo_cpp_bindings', | 243 'mojo_cpp_bindings', |
| 243 ], | 244 ], |
| 244 'dependencies': [ | 245 'dependencies': [ |
| 245 'mojo_cpp_bindings', | 246 'mojo_cpp_bindings', |
| 246 'mojo_geometry_bindings', | 247 'mojo_geometry_bindings', |
| 247 'mojo_input_events_bindings', | 248 'mojo_input_events_bindings', |
| 248 ], | 249 ], |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'mojo_system_impl', | 480 'mojo_system_impl', |
| 480 ], | 481 ], |
| 481 'sources': [ | 482 'sources': [ |
| 482 'services/dbus_echo/dbus_echo_service.cc', | 483 'services/dbus_echo/dbus_echo_service.cc', |
| 483 ], | 484 ], |
| 484 }, | 485 }, |
| 485 ], | 486 ], |
| 486 }], | 487 }], |
| 487 ], | 488 ], |
| 488 } | 489 } |
| OLD | NEW |