| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 '../ui/resources/ui_resources.gyp:ui_test_pak', | 289 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 290 '../ui/views/views.gyp:views', | 290 '../ui/views/views.gyp:views', |
| 291 '../url/url.gyp:url_lib', | 291 '../url/url.gyp:url_lib', |
| 292 'mojo_application', | 292 'mojo_application', |
| 293 'mojo_aura_support', | 293 'mojo_aura_support', |
| 294 'mojo_common_lib', | 294 'mojo_common_lib', |
| 295 'mojo_environment_chromium', | 295 'mojo_environment_chromium', |
| 296 'mojo_geometry_bindings', | 296 'mojo_geometry_bindings', |
| 297 'mojo_geometry_lib', | 297 'mojo_geometry_lib', |
| 298 'mojo_input_events_lib', | 298 'mojo_input_events_lib', |
| 299 'mojo_launcher_bindings', | |
| 300 'mojo_navigation_bindings', | 299 'mojo_navigation_bindings', |
| 301 'mojo_system_impl', | 300 'mojo_system_impl', |
| 302 'mojo_views_support', | 301 'mojo_views_support', |
| 303 'mojo_view_manager_bindings', | 302 'mojo_view_manager_bindings', |
| 304 'mojo_view_manager_lib', | 303 'mojo_view_manager_lib', |
| 305 ], | 304 ], |
| 306 'sources': [ | 305 'sources': [ |
| 307 'examples/browser/browser.cc', | 306 'examples/browser/browser.cc', |
| 308 'public/cpp/application/lib/mojo_main_chromium.cc', | 307 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 309 ], | 308 ], |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'type': 'shared_library', | 356 'type': 'shared_library', |
| 358 'dependencies': [ | 357 'dependencies': [ |
| 359 '../base/base.gyp:base', | 358 '../base/base.gyp:base', |
| 360 '../ui/gfx/gfx.gyp:gfx_geometry', | 359 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 361 '../ui/gl/gl.gyp:gl', | 360 '../ui/gl/gl.gyp:gl', |
| 362 'mojo_application', | 361 'mojo_application', |
| 363 'mojo_cpp_bindings', | 362 'mojo_cpp_bindings', |
| 364 'mojo_environment_chromium', | 363 'mojo_environment_chromium', |
| 365 'mojo_geometry_bindings', | 364 'mojo_geometry_bindings', |
| 366 'mojo_gles2', | 365 'mojo_gles2', |
| 366 'mojo_launcher_bindings', |
| 367 'mojo_navigation_bindings', | 367 'mojo_navigation_bindings', |
| 368 'mojo_view_manager_lib', | 368 'mojo_view_manager_lib', |
| 369 'mojo_window_manager_bindings', | 369 'mojo_window_manager_bindings', |
| 370 'mojo_system_impl', | 370 'mojo_system_impl', |
| 371 'mojo_utility', | 371 'mojo_utility', |
| 372 ], | 372 ], |
| 373 'sources': [ | 373 'sources': [ |
| 374 'examples/window_manager/window_manager.cc', | 374 'examples/window_manager/window_manager.cc', |
| 375 'public/cpp/application/lib/mojo_main_chromium.cc', | 375 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 376 ], | 376 ], |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 ], | 441 ], |
| 442 'sources': [ | 442 'sources': [ |
| 443 'examples/dbus_echo/dbus_echo_app.cc', | 443 'examples/dbus_echo/dbus_echo_app.cc', |
| 444 'public/cpp/application/lib/mojo_main_standalone.cc', | 444 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 445 ], | 445 ], |
| 446 }, | 446 }, |
| 447 ], | 447 ], |
| 448 }], | 448 }], |
| 449 ], | 449 ], |
| 450 } | 450 } |
| OLD | NEW |