| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 ], | 85 ], |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 'target_name': 'package_mojo_wget', | 88 'target_name': 'package_mojo_wget', |
| 89 'variables': { | 89 'variables': { |
| 90 'app_name': 'mojo_wget', | 90 'app_name': 'mojo_wget', |
| 91 }, | 91 }, |
| 92 'includes': [ 'build/package_app.gypi' ], | 92 'includes': [ 'build/package_app.gypi' ], |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 'target_name': 'mojo_html_viewer', |
| 96 'type': 'shared_library', |
| 97 'dependencies': [ |
| 98 'mojo_application', |
| 99 'mojo_cpp_bindings', |
| 100 'mojo_environment_standalone', |
| 101 'mojo_network_bindings', |
| 102 'mojo_launcher_bindings', |
| 103 'mojo_system', |
| 104 'mojo_utility', |
| 105 ], |
| 106 'sources': [ |
| 107 'examples/html_viewer/html_viewer.cc', |
| 108 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 109 ], |
| 110 }, |
| 111 { |
| 95 'target_name': 'mojo_pepper_container_app', | 112 'target_name': 'mojo_pepper_container_app', |
| 96 'type': 'shared_library', | 113 'type': 'shared_library', |
| 97 'dependencies': [ | 114 'dependencies': [ |
| 98 '../base/base.gyp:base', | 115 '../base/base.gyp:base', |
| 99 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 116 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 100 '../gpu/gpu.gyp:command_buffer_common', | 117 '../gpu/gpu.gyp:command_buffer_common', |
| 101 '../ppapi/ppapi.gyp:ppapi_c', | 118 '../ppapi/ppapi.gyp:ppapi_c', |
| 102 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', | 119 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', |
| 103 '../ui/events/events.gyp:events_base', | 120 '../ui/events/events.gyp:events_base', |
| 104 'mojo_application', | 121 'mojo_application', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 '../third_party/icu/icu.gyp:icui18n', | 257 '../third_party/icu/icu.gyp:icui18n', |
| 241 '../third_party/icu/icu.gyp:icuuc', | 258 '../third_party/icu/icu.gyp:icuuc', |
| 242 '../ui/aura/aura.gyp:aura', | 259 '../ui/aura/aura.gyp:aura', |
| 243 '../ui/base/ui_base.gyp:ui_base', | 260 '../ui/base/ui_base.gyp:ui_base', |
| 244 '../ui/compositor/compositor.gyp:compositor', | 261 '../ui/compositor/compositor.gyp:compositor', |
| 245 '../ui/gfx/gfx.gyp:gfx', | 262 '../ui/gfx/gfx.gyp:gfx', |
| 246 '../ui/gfx/gfx.gyp:gfx_geometry', | 263 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 247 '../ui/resources/ui_resources.gyp:ui_resources', | 264 '../ui/resources/ui_resources.gyp:ui_resources', |
| 248 '../ui/resources/ui_resources.gyp:ui_test_pak', | 265 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 249 '../ui/views/views.gyp:views', | 266 '../ui/views/views.gyp:views', |
| 267 '../url/url.gyp:url_lib', |
| 250 'mojo_application', | 268 'mojo_application', |
| 251 'mojo_aura_support', | 269 'mojo_aura_support', |
| 252 'mojo_common_lib', | 270 'mojo_common_lib', |
| 253 'mojo_environment_chromium', | 271 'mojo_environment_chromium', |
| 254 'mojo_geometry_bindings', | 272 'mojo_geometry_bindings', |
| 255 'mojo_geometry_lib', | 273 'mojo_geometry_lib', |
| 256 'mojo_input_events_lib', | 274 'mojo_input_events_lib', |
| 275 'mojo_launcher_bindings', |
| 257 'mojo_system_impl', | 276 'mojo_system_impl', |
| 258 'mojo_views_support', | 277 'mojo_views_support', |
| 259 'mojo_view_manager_bindings', | 278 'mojo_view_manager_bindings', |
| 260 'mojo_view_manager_lib', | 279 'mojo_view_manager_lib', |
| 261 ], | 280 ], |
| 262 'sources': [ | 281 'sources': [ |
| 263 'examples/browser/browser.cc', | 282 'examples/browser/browser.cc', |
| 264 'public/cpp/application/lib/mojo_main_chromium.cc', | 283 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 265 ], | 284 ], |
| 266 }, | 285 }, |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 ], | 416 ], |
| 398 'sources': [ | 417 'sources': [ |
| 399 'examples/dbus_echo/dbus_echo_app.cc', | 418 'examples/dbus_echo/dbus_echo_app.cc', |
| 400 'public/cpp/application/lib/mojo_main_standalone.cc', | 419 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 401 ], | 420 ], |
| 402 }, | 421 }, |
| 403 ], | 422 ], |
| 404 }], | 423 }], |
| 405 ], | 424 ], |
| 406 } | 425 } |
| OLD | NEW |