| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'target_name': 'mojo_sample_view_manager_app', | 251 'target_name': 'mojo_sample_view_manager_app', |
| 252 'type': 'shared_library', | 252 'type': 'shared_library', |
| 253 'dependencies': [ | 253 'dependencies': [ |
| 254 '../base/base.gyp:base', | 254 '../base/base.gyp:base', |
| 255 '../skia/skia.gyp:skia', | 255 '../skia/skia.gyp:skia', |
| 256 '../ui/gfx/gfx.gyp:gfx', | 256 '../ui/gfx/gfx.gyp:gfx', |
| 257 '../ui/gfx/gfx.gyp:gfx_geometry', | 257 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 258 '../ui/gl/gl.gyp:gl', | 258 '../ui/gl/gl.gyp:gl', |
| 259 'mojo_cpp_bindings', | 259 'mojo_cpp_bindings', |
| 260 'mojo_environment_chromium', | 260 'mojo_environment_chromium', |
| 261 'mojo_geometry_bindings', |
| 261 'mojo_gles2', | 262 'mojo_gles2', |
| 262 'mojo_view_manager_lib', | 263 'mojo_view_manager_lib', |
| 263 'mojo_shell_client', | 264 'mojo_shell_client', |
| 264 'mojo_system_impl', | 265 'mojo_system_impl', |
| 265 'mojo_utility', | 266 'mojo_utility', |
| 266 ], | 267 ], |
| 267 'sources': [ | 268 'sources': [ |
| 268 'examples/sample_view_manager_app/sample_view_manager_app.cc', | 269 'examples/sample_view_manager_app/sample_view_manager_app.cc', |
| 269 ], | 270 ], |
| 270 }, | 271 }, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 285 'mojo_utility', | 286 'mojo_utility', |
| 286 ], | 287 ], |
| 287 'sources': [ | 288 'sources': [ |
| 288 'examples/dbus_echo/dbus_echo_app.cc', | 289 'examples/dbus_echo/dbus_echo_app.cc', |
| 289 ], | 290 ], |
| 290 }, | 291 }, |
| 291 ], | 292 ], |
| 292 }], | 293 }], |
| 293 ], | 294 ], |
| 294 } | 295 } |
| OLD | NEW |