| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 '../ui/compositor/compositor.gyp:compositor', | 243 '../ui/compositor/compositor.gyp:compositor', |
| 244 '../ui/gfx/gfx.gyp:gfx', | 244 '../ui/gfx/gfx.gyp:gfx', |
| 245 '../ui/gfx/gfx.gyp:gfx_geometry', | 245 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 246 'mojo_application', | 246 'mojo_application', |
| 247 'mojo_aura_support', | 247 'mojo_aura_support', |
| 248 'mojo_common_lib', | 248 'mojo_common_lib', |
| 249 'mojo_environment_chromium', | 249 'mojo_environment_chromium', |
| 250 'mojo_geometry_bindings', | 250 'mojo_geometry_bindings', |
| 251 'mojo_geometry_lib', | 251 'mojo_geometry_lib', |
| 252 'mojo_system_impl', | 252 'mojo_system_impl', |
| 253 'mojo_view_manager_bindings', | 253 'mojo_view_manager_lib', |
| 254 ], | 254 ], |
| 255 'sources': [ | 255 'sources': [ |
| 256 'examples/aura_demo/aura_demo.cc', | 256 'examples/aura_demo/aura_demo.cc', |
| 257 'public/cpp/application/lib/mojo_main_chromium.cc', | 257 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 258 ], | 258 ], |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 'target_name': 'mojo_aura_demo_init', | 261 'target_name': 'mojo_aura_demo_init', |
| 262 'type': 'shared_library', | 262 'type': 'shared_library', |
| 263 'dependencies': [ | 263 'dependencies': [ |
| (...skipping 177 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 |