| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'sources': [ | 279 'sources': [ |
| 280 'services/view_manager/ids.h', | 280 'services/view_manager/ids.h', |
| 281 'services/view_manager/main.cc', | 281 'services/view_manager/main.cc', |
| 282 'services/view_manager/node.cc', | 282 'services/view_manager/node.cc', |
| 283 'services/view_manager/node.h', | 283 'services/view_manager/node.h', |
| 284 'services/view_manager/node_delegate.h', | 284 'services/view_manager/node_delegate.h', |
| 285 'services/view_manager/root_node_manager.cc', | 285 'services/view_manager/root_node_manager.cc', |
| 286 'services/view_manager/root_node_manager.h', | 286 'services/view_manager/root_node_manager.h', |
| 287 'services/view_manager/root_view_manager.cc', | 287 'services/view_manager/root_view_manager.cc', |
| 288 'services/view_manager/root_view_manager.h', | 288 'services/view_manager/root_view_manager.h', |
| 289 'services/view_manager/root_view_manager_delegate.h', |
| 289 'services/view_manager/view.cc', | 290 'services/view_manager/view.cc', |
| 290 'services/view_manager/view.h', | 291 'services/view_manager/view.h', |
| 291 'services/view_manager/view_manager_connection.cc', | 292 'services/view_manager/view_manager_connection.cc', |
| 292 'services/view_manager/view_manager_connection.h', | 293 'services/view_manager/view_manager_connection.h', |
| 294 'services/view_manager/view_manager_init_connection.cc', |
| 295 'services/view_manager/view_manager_init_connection.h', |
| 293 'services/view_manager/view_manager_export.h', | 296 'services/view_manager/view_manager_export.h', |
| 294 ], | 297 ], |
| 295 'defines': [ | 298 'defines': [ |
| 296 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 299 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
| 297 ], | 300 ], |
| 298 }, | 301 }, |
| 299 { | 302 { |
| 300 'target_name': 'mojo_view_manager_run_unittests', | 303 'target_name': 'mojo_view_manager_run_unittests', |
| 301 'type': 'static_library', | 304 'type': 'static_library', |
| 302 'dependencies': [ | 305 'dependencies': [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'mojo_system_impl', | 367 'mojo_system_impl', |
| 365 ], | 368 ], |
| 366 'sources': [ | 369 'sources': [ |
| 367 'services/dbus_echo/dbus_echo_service.cc', | 370 'services/dbus_echo/dbus_echo_service.cc', |
| 368 ], | 371 ], |
| 369 }, | 372 }, |
| 370 ], | 373 ], |
| 371 }], | 374 }], |
| 372 ], | 375 ], |
| 373 } | 376 } |
| OLD | NEW |