Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Side by Side Diff: mojo/mojo_examples.gypi

Issue 267293004: Wires up view manager to an actual display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698