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', | |
248 '../ui/gfx/gfx.gyp:gfx', | 247 '../ui/gfx/gfx.gyp:gfx', |
249 '../ui/gfx/gfx.gyp:gfx_geometry', | 248 '../ui/gfx/gfx.gyp:gfx_geometry', |
250 '../ui/gl/gl.gyp:gl', | 249 '../ui/gl/gl.gyp:gl', |
251 'mojo_cpp_bindings', | 250 'mojo_cpp_bindings', |
252 'mojo_environment_chromium', | 251 'mojo_environment_chromium', |
253 'mojo_gles2', | 252 'mojo_gles2', |
254 'mojo_view_manager_lib', | 253 'mojo_view_manager_lib', |
255 'mojo_shell_client', | 254 'mojo_shell_client', |
256 'mojo_system_impl', | 255 'mojo_system_impl', |
257 'mojo_utility', | 256 'mojo_utility', |
(...skipping 19 matching lines...) Expand all Loading... |
277 'mojo_utility', | 276 'mojo_utility', |
278 ], | 277 ], |
279 'sources': [ | 278 'sources': [ |
280 'examples/dbus_echo/dbus_echo_app.cc', | 279 'examples/dbus_echo/dbus_echo_app.cc', |
281 ], | 280 ], |
282 }, | 281 }, |
283 ], | 282 ], |
284 }], | 283 }], |
285 ], | 284 ], |
286 } | 285 } |
OLD | NEW |