| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 ], | 182 ], |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 'target_name': 'mojo_view_manager_lib', | 185 'target_name': 'mojo_view_manager_lib', |
| 186 'type': 'static_library', | 186 'type': 'static_library', |
| 187 'dependencies': [ | 187 'dependencies': [ |
| 188 '../base/base.gyp:base', | 188 '../base/base.gyp:base', |
| 189 '../skia/skia.gyp:skia', | 189 '../skia/skia.gyp:skia', |
| 190 '../ui/gfx/gfx.gyp:gfx', | 190 '../ui/gfx/gfx.gyp:gfx', |
| 191 '../ui/gfx/gfx.gyp:gfx_geometry', | 191 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 192 'mojo_application', |
| 192 'mojo_geometry_bindings', | 193 'mojo_geometry_bindings', |
| 193 'mojo_geometry_lib', | 194 'mojo_geometry_lib', |
| 194 'mojo_service_provider_bindings', | 195 'mojo_service_provider_bindings', |
| 195 'mojo_view_manager_bindings', | 196 'mojo_view_manager_bindings', |
| 196 'mojo_view_manager_common', | 197 'mojo_view_manager_common', |
| 197 ], | 198 ], |
| 198 'sources': [ | 199 'sources': [ |
| 199 'services/public/cpp/view_manager/lib/view.cc', | 200 'services/public/cpp/view_manager/lib/view.cc', |
| 200 'services/public/cpp/view_manager/lib/view_private.cc', | 201 'services/public/cpp/view_manager/lib/view_private.cc', |
| 201 'services/public/cpp/view_manager/lib/view_private.h', | 202 'services/public/cpp/view_manager/lib/view_private.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'mojo_system_impl', | 369 'mojo_system_impl', |
| 369 ], | 370 ], |
| 370 'sources': [ | 371 'sources': [ |
| 371 'services/dbus_echo/dbus_echo_service.cc', | 372 'services/dbus_echo/dbus_echo_service.cc', |
| 372 ], | 373 ], |
| 373 }, | 374 }, |
| 374 ], | 375 ], |
| 375 }], | 376 }], |
| 376 ], | 377 ], |
| 377 } | 378 } |
| OLD | NEW |