| 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 'variables': { | 9 'variables': { |
| 10 'mojom_base_output_dir': 'mojo', | 10 'mojom_base_output_dir': 'mojo', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 '../base/base.gyp:base', | 84 '../base/base.gyp:base', |
| 85 '../ui/events/events.gyp:events', | 85 '../ui/events/events.gyp:events', |
| 86 '../ui/gfx/gfx.gyp:gfx', | 86 '../ui/gfx/gfx.gyp:gfx', |
| 87 '../ui/gfx/gfx.gyp:gfx_geometry', | 87 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 88 'mojo_common_lib', | 88 'mojo_common_lib', |
| 89 'mojo_environment_chromium', | 89 'mojo_environment_chromium', |
| 90 'mojo_geometry_bindings', | 90 'mojo_geometry_bindings', |
| 91 'mojo_geometry_lib', | 91 'mojo_geometry_lib', |
| 92 'mojo_gles2_service', | 92 'mojo_gles2_service', |
| 93 'mojo_native_viewport_bindings', | 93 'mojo_native_viewport_bindings', |
| 94 'mojo_application', | 94 'mojo_shell_client', |
| 95 'mojo_system_impl', | 95 'mojo_system_impl', |
| 96 ], | 96 ], |
| 97 'defines': [ | 97 'defines': [ |
| 98 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', | 98 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', |
| 99 ], | 99 ], |
| 100 'sources': [ | 100 'sources': [ |
| 101 'services/native_viewport/native_viewport.h', | 101 'services/native_viewport/native_viewport.h', |
| 102 'services/native_viewport/native_viewport_android.cc', | 102 'services/native_viewport/native_viewport_android.cc', |
| 103 'services/native_viewport/native_viewport_mac.mm', | 103 'services/native_viewport/native_viewport_mac.mm', |
| 104 'services/native_viewport/native_viewport_service.cc', | 104 'services/native_viewport/native_viewport_service.cc', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 { | 148 { |
| 149 'target_name': 'mojo_view_manager_lib', | 149 'target_name': 'mojo_view_manager_lib', |
| 150 'type': 'static_library', | 150 'type': 'static_library', |
| 151 'dependencies': [ | 151 'dependencies': [ |
| 152 '../base/base.gyp:base', | 152 '../base/base.gyp:base', |
| 153 '../skia/skia.gyp:skia', | 153 '../skia/skia.gyp:skia', |
| 154 '../ui/gfx/gfx.gyp:gfx', | 154 '../ui/gfx/gfx.gyp:gfx', |
| 155 '../ui/gfx/gfx.gyp:gfx_geometry', | 155 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 156 'mojo_geometry_bindings', | 156 'mojo_geometry_bindings', |
| 157 'mojo_geometry_lib', | 157 'mojo_geometry_lib', |
| 158 'mojo_service_provider_bindings', | 158 'mojo_shell_bindings', |
| 159 'mojo_view_manager_bindings', | 159 'mojo_view_manager_bindings', |
| 160 'mojo_view_manager_common', | 160 'mojo_view_manager_common', |
| 161 ], | 161 ], |
| 162 'sources': [ | 162 'sources': [ |
| 163 'services/public/cpp/view_manager/lib/view.cc', | 163 'services/public/cpp/view_manager/lib/view.cc', |
| 164 'services/public/cpp/view_manager/lib/view_private.cc', | 164 'services/public/cpp/view_manager/lib/view_private.cc', |
| 165 'services/public/cpp/view_manager/lib/view_private.h', | 165 'services/public/cpp/view_manager/lib/view_private.h', |
| 166 'services/public/cpp/view_manager/lib/view_manager.cc', | 166 'services/public/cpp/view_manager/lib/view_manager.cc', |
| 167 'services/public/cpp/view_manager/lib/view_manager_private.cc', | 167 'services/public/cpp/view_manager/lib/view_manager_private.cc', |
| 168 'services/public/cpp/view_manager/lib/view_manager_private.h', | 168 'services/public/cpp/view_manager/lib/view_manager_private.h', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 '../ui/gfx/gfx.gyp:gfx', | 229 '../ui/gfx/gfx.gyp:gfx', |
| 230 '../ui/gfx/gfx.gyp:gfx_geometry', | 230 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 231 'mojo_aura_support', | 231 'mojo_aura_support', |
| 232 'mojo_common_lib', | 232 'mojo_common_lib', |
| 233 'mojo_environment_chromium', | 233 'mojo_environment_chromium', |
| 234 'mojo_geometry_bindings', | 234 'mojo_geometry_bindings', |
| 235 'mojo_geometry_lib', | 235 'mojo_geometry_lib', |
| 236 'mojo_gles2', | 236 'mojo_gles2', |
| 237 'mojo_launcher_bindings', | 237 'mojo_launcher_bindings', |
| 238 'mojo_native_viewport_bindings', | 238 'mojo_native_viewport_bindings', |
| 239 'mojo_application', | 239 'mojo_shell_client', |
| 240 'mojo_system_impl', | 240 'mojo_system_impl', |
| 241 'mojo_view_manager_bindings', | 241 'mojo_view_manager_bindings', |
| 242 'mojo_view_manager_common', | 242 'mojo_view_manager_common', |
| 243 ], | 243 ], |
| 244 'sources': [ | 244 'sources': [ |
| 245 'services/view_manager/ids.h', | 245 'services/view_manager/ids.h', |
| 246 'services/view_manager/main.cc', | 246 'services/view_manager/main.cc', |
| 247 'services/view_manager/node.cc', | 247 'services/view_manager/node.cc', |
| 248 'services/view_manager/node.h', | 248 'services/view_manager/node.h', |
| 249 'services/view_manager/node_delegate.h', | 249 'services/view_manager/node_delegate.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 '../base/base.gyp:base', | 282 '../base/base.gyp:base', |
| 283 '../base/base.gyp:test_support_base', | 283 '../base/base.gyp:test_support_base', |
| 284 '../skia/skia.gyp:skia', | 284 '../skia/skia.gyp:skia', |
| 285 '../testing/gtest.gyp:gtest', | 285 '../testing/gtest.gyp:gtest', |
| 286 '../ui/aura/aura.gyp:aura', | 286 '../ui/aura/aura.gyp:aura', |
| 287 '../ui/gfx/gfx.gyp:gfx_geometry', | 287 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 288 '../ui/gl/gl.gyp:gl', | 288 '../ui/gl/gl.gyp:gl', |
| 289 'mojo_environment_chromium', | 289 'mojo_environment_chromium', |
| 290 'mojo_geometry_bindings', | 290 'mojo_geometry_bindings', |
| 291 'mojo_geometry_lib', | 291 'mojo_geometry_lib', |
| 292 'mojo_application', | 292 'mojo_shell_client', |
| 293 'mojo_shell_test_support', | 293 'mojo_shell_test_support', |
| 294 'mojo_system_impl', | 294 'mojo_system_impl', |
| 295 'mojo_view_manager_bindings', | 295 'mojo_view_manager_bindings', |
| 296 'mojo_view_manager_common', | 296 'mojo_view_manager_common', |
| 297 'mojo_view_manager_run_unittests', | 297 'mojo_view_manager_run_unittests', |
| 298 ], | 298 ], |
| 299 'sources': [ | 299 'sources': [ |
| 300 'services/view_manager/view_manager_connection_unittest.cc', | 300 'services/view_manager/view_manager_connection_unittest.cc', |
| 301 ], | 301 ], |
| 302 }, | 302 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 315 'target_name': 'mojo_dbus_echo_service', | 315 'target_name': 'mojo_dbus_echo_service', |
| 316 'type': 'executable', | 316 'type': 'executable', |
| 317 'dependencies': [ | 317 'dependencies': [ |
| 318 '../base/base.gyp:base', | 318 '../base/base.gyp:base', |
| 319 '../build/linux/system.gyp:dbus', | 319 '../build/linux/system.gyp:dbus', |
| 320 '../dbus/dbus.gyp:dbus', | 320 '../dbus/dbus.gyp:dbus', |
| 321 'mojo_common_lib', | 321 'mojo_common_lib', |
| 322 'mojo_dbus_service', | 322 'mojo_dbus_service', |
| 323 'mojo_echo_bindings', | 323 'mojo_echo_bindings', |
| 324 'mojo_environment_chromium', | 324 'mojo_environment_chromium', |
| 325 'mojo_application', | 325 'mojo_shell_client', |
| 326 'mojo_system_impl', | 326 'mojo_system_impl', |
| 327 ], | 327 ], |
| 328 'sources': [ | 328 'sources': [ |
| 329 'services/dbus_echo/dbus_echo_service.cc', | 329 'services/dbus_echo/dbus_echo_service.cc', |
| 330 ], | 330 ], |
| 331 }, | 331 }, |
| 332 ], | 332 ], |
| 333 }], | 333 }], |
| 334 ], | 334 ], |
| 335 } | 335 } |
| OLD | NEW |