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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'variables': { | 237 'variables': { |
238 'app_name': 'mojo_launcher', | 238 'app_name': 'mojo_launcher', |
239 }, | 239 }, |
240 'includes': [ 'build/package_app.gypi' ], | 240 'includes': [ 'build/package_app.gypi' ], |
241 }, | 241 }, |
242 { | 242 { |
243 'target_name': 'mojo_sample_view_manager_app', | 243 'target_name': 'mojo_sample_view_manager_app', |
244 'type': 'shared_library', | 244 'type': 'shared_library', |
245 'dependencies': [ | 245 'dependencies': [ |
246 '../base/base.gyp:base', | 246 '../base/base.gyp:base', |
| 247 '../skia/skia.gyp:skia', |
247 '../ui/gfx/gfx.gyp:gfx', | 248 '../ui/gfx/gfx.gyp:gfx', |
248 '../ui/gfx/gfx.gyp:gfx_geometry', | 249 '../ui/gfx/gfx.gyp:gfx_geometry', |
249 '../ui/gl/gl.gyp:gl', | 250 '../ui/gl/gl.gyp:gl', |
250 'mojo_cpp_bindings', | 251 'mojo_cpp_bindings', |
251 'mojo_environment_chromium', | 252 'mojo_environment_chromium', |
252 'mojo_gles2', | 253 'mojo_gles2', |
253 'mojo_view_manager_lib', | 254 'mojo_view_manager_lib', |
254 'mojo_shell_client', | 255 'mojo_shell_client', |
255 'mojo_system_impl', | 256 'mojo_system_impl', |
256 'mojo_utility', | 257 'mojo_utility', |
(...skipping 19 matching lines...) Expand all Loading... |
276 'mojo_utility', | 277 'mojo_utility', |
277 ], | 278 ], |
278 'sources': [ | 279 'sources': [ |
279 'examples/dbus_echo/dbus_echo_app.cc', | 280 'examples/dbus_echo/dbus_echo_app.cc', |
280 ], | 281 ], |
281 }, | 282 }, |
282 ], | 283 ], |
283 }], | 284 }], |
284 ], | 285 ], |
285 } | 286 } |
OLD | NEW |