| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 ], | 117 ], |
| 118 'sources': [ | 118 'sources': [ |
| 119 'services/gles2/command_buffer_impl.cc', | 119 'services/gles2/command_buffer_impl.cc', |
| 120 'services/gles2/command_buffer_impl.h', | 120 'services/gles2/command_buffer_impl.h', |
| 121 ], | 121 ], |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 'target_name': 'mojo_native_viewport_bindings', | 124 'target_name': 'mojo_native_viewport_bindings', |
| 125 'type': 'static_library', | 125 'type': 'static_library', |
| 126 'sources': [ | 126 'sources': [ |
| 127 'services/native_viewport/native_viewport.mojom', | 127 'services/public/interfaces/native_viewport/native_viewport.mojom', |
| 128 ], | 128 ], |
| 129 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 129 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 130 'export_dependent_settings': [ | 130 'export_dependent_settings': [ |
| 131 'mojo_cpp_bindings', | 131 'mojo_cpp_bindings', |
| 132 ], | 132 ], |
| 133 'dependencies': [ | 133 'dependencies': [ |
| 134 'mojo_geometry_bindings', | 134 'mojo_geometry_bindings', |
| 135 'mojo_gles2_bindings', | 135 'mojo_gles2_bindings', |
| 136 'mojo_input_events_bindings', | 136 'mojo_input_events_bindings', |
| 137 'mojo_cpp_bindings', | 137 'mojo_cpp_bindings', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'mojo_system_impl', | 524 'mojo_system_impl', |
| 525 ], | 525 ], |
| 526 'sources': [ | 526 'sources': [ |
| 527 'services/dbus_echo/dbus_echo_service.cc', | 527 'services/dbus_echo/dbus_echo_service.cc', |
| 528 ], | 528 ], |
| 529 }, | 529 }, |
| 530 ], | 530 ], |
| 531 }], | 531 }], |
| 532 ], | 532 ], |
| 533 } | 533 } |
| OLD | NEW |