| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'mojo_sample_app', | 8 'target_name': 'mojo_sample_app', |
| 9 'type': 'shared_library', | 9 'type': 'shared_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 ], | 239 ], |
| 240 }, | 240 }, |
| 241 { | 241 { |
| 242 'target_name': 'package_mojo_launcher', | 242 'target_name': 'package_mojo_launcher', |
| 243 'variables': { | 243 'variables': { |
| 244 'app_name': 'mojo_launcher', | 244 'app_name': 'mojo_launcher', |
| 245 }, | 245 }, |
| 246 'includes': [ 'build/package_app.gypi' ], | 246 'includes': [ 'build/package_app.gypi' ], |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 'target_name': 'mojo_demo_launcher', | 249 'target_name': 'mojo_sample_view_manager_app', |
| 250 'type': 'shared_library', | 250 'type': 'shared_library', |
| 251 'dependencies': [ | 251 'dependencies': [ |
| 252 '../base/base.gyp:base', | 252 '../base/base.gyp:base', |
| 253 '../skia/skia.gyp:skia', | 253 '../skia/skia.gyp:skia', |
| 254 '../ui/gfx/gfx.gyp:gfx', | 254 '../ui/gfx/gfx.gyp:gfx', |
| 255 '../ui/gfx/gfx.gyp:gfx_geometry', | 255 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 256 '../ui/gl/gl.gyp:gl', | 256 '../ui/gl/gl.gyp:gl', |
| 257 'mojo_application', | |
| 258 'mojo_cpp_bindings', | 257 'mojo_cpp_bindings', |
| 259 'mojo_environment_chromium', | 258 'mojo_environment_chromium', |
| 260 'mojo_geometry_bindings', | 259 'mojo_geometry_bindings', |
| 261 'mojo_gles2', | 260 'mojo_gles2', |
| 262 'mojo_view_manager_bindings', | 261 'mojo_main_chromium', |
| 263 'mojo_system_impl', | |
| 264 'mojo_utility', | |
| 265 ], | |
| 266 'sources': [ | |
| 267 'examples/demo_launcher/demo_launcher.cc', | |
| 268 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 269 ], | |
| 270 }, | |
| 271 { | |
| 272 'target_name': 'mojo_window_manager', | |
| 273 'type': 'shared_library', | |
| 274 'dependencies': [ | |
| 275 '../base/base.gyp:base', | |
| 276 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 277 '../ui/gl/gl.gyp:gl', | |
| 278 'mojo_application', | |
| 279 'mojo_cpp_bindings', | |
| 280 'mojo_environment_chromium', | |
| 281 'mojo_geometry_bindings', | |
| 282 'mojo_gles2', | |
| 283 'mojo_view_manager_lib', | 262 'mojo_view_manager_lib', |
| 284 'mojo_system_impl', | 263 'mojo_system_impl', |
| 285 'mojo_utility', | 264 'mojo_utility', |
| 286 ], | 265 ], |
| 287 'sources': [ | 266 'sources': [ |
| 288 'examples/window_manager/window_manager.cc', | 267 'examples/sample_view_manager_app/sample_view_manager_app.cc', |
| 289 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 290 ], | |
| 291 }, | |
| 292 { | |
| 293 'target_name': 'mojo_embedded_app', | |
| 294 'type': 'shared_library', | |
| 295 'dependencies': [ | |
| 296 '../base/base.gyp:base', | |
| 297 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 298 '../ui/gl/gl.gyp:gl', | |
| 299 'mojo_application', | |
| 300 'mojo_cpp_bindings', | |
| 301 'mojo_environment_chromium', | |
| 302 'mojo_geometry_bindings', | |
| 303 'mojo_gles2', | |
| 304 'mojo_view_manager_lib', | |
| 305 'mojo_system_impl', | |
| 306 'mojo_utility', | |
| 307 ], | |
| 308 'sources': [ | |
| 309 'examples/embedded_app/embedded_app.cc', | |
| 310 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 311 ], | 268 ], |
| 312 }, | 269 }, |
| 313 ], | 270 ], |
| 314 }], | 271 }], |
| 315 ['OS=="linux"', { | 272 ['OS=="linux"', { |
| 316 'targets': [ | 273 'targets': [ |
| 317 { | 274 { |
| 318 'target_name': 'mojo_dbus_echo', | 275 'target_name': 'mojo_dbus_echo', |
| 319 'type': 'shared_library', | 276 'type': 'shared_library', |
| 320 'dependencies': [ | 277 'dependencies': [ |
| 321 '../base/base.gyp:base', | 278 '../base/base.gyp:base', |
| 322 'mojo_cpp_bindings', | 279 'mojo_cpp_bindings', |
| 323 'mojo_environment_standalone', | 280 'mojo_environment_standalone', |
| 324 'mojo_echo_bindings', | 281 'mojo_echo_bindings', |
| 325 'mojo_main_standalone', | 282 'mojo_main_standalone', |
| 326 'mojo_system', | 283 'mojo_system', |
| 327 'mojo_utility', | 284 'mojo_utility', |
| 328 ], | 285 ], |
| 329 'sources': [ | 286 'sources': [ |
| 330 'examples/dbus_echo/dbus_echo_app.cc', | 287 'examples/dbus_echo/dbus_echo_app.cc', |
| 331 ], | 288 ], |
| 332 }, | 289 }, |
| 333 ], | 290 ], |
| 334 }], | 291 }], |
| 335 ], | 292 ], |
| 336 } | 293 } |
| OLD | NEW |