| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'type': 'shared_library', | 313 'type': 'shared_library', |
| 314 'dependencies': [ | 314 'dependencies': [ |
| 315 '../base/base.gyp:base', | 315 '../base/base.gyp:base', |
| 316 '../ui/gfx/gfx.gyp:gfx_geometry', | 316 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 317 '../ui/gl/gl.gyp:gl', | 317 '../ui/gl/gl.gyp:gl', |
| 318 'mojo_application', | 318 'mojo_application', |
| 319 'mojo_cpp_bindings', | 319 'mojo_cpp_bindings', |
| 320 'mojo_environment_chromium', | 320 'mojo_environment_chromium', |
| 321 'mojo_geometry_bindings', | 321 'mojo_geometry_bindings', |
| 322 'mojo_gles2', | 322 'mojo_gles2', |
| 323 'mojo_navigation_bindings', |
| 323 'mojo_view_manager_lib', | 324 'mojo_view_manager_lib', |
| 324 'mojo_window_manager_bindings', | 325 'mojo_window_manager_bindings', |
| 325 'mojo_system_impl', | 326 'mojo_system_impl', |
| 326 'mojo_utility', | 327 'mojo_utility', |
| 327 ], | 328 ], |
| 328 'sources': [ | 329 'sources': [ |
| 329 'examples/window_manager/window_manager.cc', | 330 'examples/window_manager/window_manager.cc', |
| 330 'public/cpp/application/lib/mojo_main_chromium.cc', | 331 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 331 ], | 332 ], |
| 332 }, | 333 }, |
| 333 { | 334 { |
| 334 'target_name': 'mojo_embedded_app', | 335 'target_name': 'mojo_embedded_app', |
| 335 'type': 'shared_library', | 336 'type': 'shared_library', |
| 336 'dependencies': [ | 337 'dependencies': [ |
| 337 '../base/base.gyp:base', | 338 '../base/base.gyp:base', |
| 338 '../ui/gfx/gfx.gyp:gfx_geometry', | 339 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 339 '../ui/gl/gl.gyp:gl', | 340 '../ui/gl/gl.gyp:gl', |
| 340 'mojo_application', | 341 'mojo_application', |
| 341 'mojo_cpp_bindings', | 342 'mojo_cpp_bindings', |
| 342 'mojo_environment_chromium', | 343 'mojo_environment_chromium', |
| 343 'mojo_geometry_bindings', | 344 'mojo_geometry_bindings', |
| 344 'mojo_gles2', | 345 'mojo_gles2', |
| 346 'mojo_navigation_bindings', |
| 345 'mojo_view_manager_lib', | 347 'mojo_view_manager_lib', |
| 346 'mojo_window_manager_bindings', | 348 'mojo_window_manager_bindings', |
| 347 'mojo_system_impl', | 349 'mojo_system_impl', |
| 348 'mojo_utility', | 350 'mojo_utility', |
| 349 ], | 351 ], |
| 350 'sources': [ | 352 'sources': [ |
| 351 'examples/embedded_app/embedded_app.cc', | 353 'examples/embedded_app/embedded_app.cc', |
| 352 'public/cpp/application/lib/mojo_main_chromium.cc', | 354 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 353 ], | 355 ], |
| 354 }, | 356 }, |
| 355 { | 357 { |
| 356 'target_name': 'mojo_nesting_app', | 358 'target_name': 'mojo_nesting_app', |
| 357 'type': 'shared_library', | 359 'type': 'shared_library', |
| 358 'dependencies': [ | 360 'dependencies': [ |
| 359 '../base/base.gyp:base', | 361 '../base/base.gyp:base', |
| 360 '../ui/gfx/gfx.gyp:gfx_geometry', | 362 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 361 '../ui/gl/gl.gyp:gl', | 363 '../ui/gl/gl.gyp:gl', |
| 362 'mojo_application', | 364 'mojo_application', |
| 363 'mojo_cpp_bindings', | 365 'mojo_cpp_bindings', |
| 364 'mojo_environment_chromium', | 366 'mojo_environment_chromium', |
| 365 'mojo_geometry_bindings', | 367 'mojo_geometry_bindings', |
| 366 'mojo_gles2', | 368 'mojo_gles2', |
| 369 'mojo_navigation_bindings', |
| 367 'mojo_view_manager_lib', | 370 'mojo_view_manager_lib', |
| 368 'mojo_window_manager_bindings', | 371 'mojo_window_manager_bindings', |
| 369 'mojo_system_impl', | 372 'mojo_system_impl', |
| 370 'mojo_utility', | 373 'mojo_utility', |
| 371 ], | 374 ], |
| 372 'sources': [ | 375 'sources': [ |
| 373 'examples/nesting_app/nesting_app.cc', | 376 'examples/nesting_app/nesting_app.cc', |
| 374 'public/cpp/application/lib/mojo_main_chromium.cc', | 377 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 375 ], | 378 ], |
| 376 }, | 379 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 392 ], | 395 ], |
| 393 'sources': [ | 396 'sources': [ |
| 394 'examples/dbus_echo/dbus_echo_app.cc', | 397 'examples/dbus_echo/dbus_echo_app.cc', |
| 395 'public/cpp/application/lib/mojo_main_standalone.cc', | 398 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 396 ], | 399 ], |
| 397 }, | 400 }, |
| 398 ], | 401 ], |
| 399 }], | 402 }], |
| 400 ], | 403 ], |
| 401 } | 404 } |
| OLD | NEW |