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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 451753003: Mojo multiple command buffer support and sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better casts Created 6 years, 4 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 # GN version: //mojo/examples/echo:client 8 # GN version: //mojo/examples/echo:client
9 'target_name': 'mojo_echo_client', 9 'target_name': 'mojo_echo_client',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 { 70 {
71 # GN version: //mojo/examples/sample_app 71 # GN version: //mojo/examples/sample_app
72 'target_name': 'mojo_sample_app', 72 'target_name': 'mojo_sample_app',
73 'type': 'loadable_module', 73 'type': 'loadable_module',
74 'dependencies': [ 74 'dependencies': [
75 'mojo_base.gyp:mojo_application_standalone', 75 'mojo_base.gyp:mojo_application_standalone',
76 'mojo_base.gyp:mojo_cpp_bindings', 76 'mojo_base.gyp:mojo_cpp_bindings',
77 'mojo_base.gyp:mojo_environment_standalone', 77 'mojo_base.gyp:mojo_environment_standalone',
78 'mojo_base.gyp:mojo_utility', 78 'mojo_base.gyp:mojo_utility',
79 'mojo_geometry_bindings', 79 'mojo_geometry_bindings',
80 'mojo_gpu_bindings',
80 'mojo_native_viewport_bindings', 81 'mojo_native_viewport_bindings',
81 '<(mojo_gles2_for_loadable_module)', 82 '<(mojo_gles2_for_loadable_module)',
82 '<(mojo_system_for_loadable_module)', 83 '<(mojo_system_for_loadable_module)',
83 ], 84 ],
84 'sources': [ 85 'sources': [
85 'examples/sample_app/gles2_client_impl.cc', 86 'examples/sample_app/gles2_client_impl.cc',
86 'examples/sample_app/gles2_client_impl.cc', 87 'examples/sample_app/gles2_client_impl.cc',
87 'examples/sample_app/sample_app.cc', 88 'examples/sample_app/sample_app.cc',
88 'examples/sample_app/spinning_cube.cc', 89 'examples/sample_app/spinning_cube.cc',
89 'examples/sample_app/spinning_cube.h', 90 'examples/sample_app/spinning_cube.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '../base/base.gyp:base', 165 '../base/base.gyp:base',
165 '../cc/cc.gyp:cc', 166 '../cc/cc.gyp:cc',
166 '../ui/gfx/gfx.gyp:gfx', 167 '../ui/gfx/gfx.gyp:gfx',
167 '../ui/gfx/gfx.gyp:gfx_geometry', 168 '../ui/gfx/gfx.gyp:gfx_geometry',
168 'mojo_base.gyp:mojo_application_chromium', 169 'mojo_base.gyp:mojo_application_chromium',
169 'mojo_base.gyp:mojo_common_lib', 170 'mojo_base.gyp:mojo_common_lib',
170 'mojo_base.gyp:mojo_environment_chromium', 171 'mojo_base.gyp:mojo_environment_chromium',
171 'mojo_cc_support', 172 'mojo_cc_support',
172 'mojo_geometry_bindings', 173 'mojo_geometry_bindings',
173 'mojo_geometry_lib', 174 'mojo_geometry_lib',
175 'mojo_gpu_bindings',
174 'mojo_native_viewport_bindings', 176 'mojo_native_viewport_bindings',
175 '<(mojo_gles2_for_loadable_module)', 177 '<(mojo_gles2_for_loadable_module)',
176 '<(mojo_system_for_loadable_module)', 178 '<(mojo_system_for_loadable_module)',
177 ], 179 ],
178 'sources': [ 180 'sources': [
179 'examples/compositor_app/compositor_app.cc', 181 'examples/compositor_app/compositor_app.cc',
180 'examples/compositor_app/compositor_host.cc', 182 'examples/compositor_app/compositor_host.cc',
181 'examples/compositor_app/compositor_host.h', 183 'examples/compositor_app/compositor_host.h',
182 'public/cpp/application/lib/mojo_main_chromium.cc', 184 'public/cpp/application/lib/mojo_main_chromium.cc',
183 ], 185 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '../base/base.gyp:base', 274 '../base/base.gyp:base',
273 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 275 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
274 '../gpu/gpu.gyp:command_buffer_common', 276 '../gpu/gpu.gyp:command_buffer_common',
275 '../ppapi/ppapi.gyp:ppapi_c', 277 '../ppapi/ppapi.gyp:ppapi_c',
276 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', 278 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube',
277 '../ui/events/events.gyp:events_base', 279 '../ui/events/events.gyp:events_base',
278 'mojo_base.gyp:mojo_application_chromium', 280 'mojo_base.gyp:mojo_application_chromium',
279 'mojo_base.gyp:mojo_common_lib', 281 'mojo_base.gyp:mojo_common_lib',
280 'mojo_base.gyp:mojo_environment_chromium', 282 'mojo_base.gyp:mojo_environment_chromium',
281 'mojo_geometry_bindings', 283 'mojo_geometry_bindings',
284 'mojo_gpu_bindings',
282 'mojo_native_viewport_bindings', 285 'mojo_native_viewport_bindings',
283 '<(mojo_gles2_for_loadable_module)', 286 '<(mojo_gles2_for_loadable_module)',
284 '<(mojo_system_for_loadable_module)', 287 '<(mojo_system_for_loadable_module)',
285 ], 288 ],
286 'defines': [ 289 'defines': [
287 # We don't really want to export. We could change how 290 # We don't really want to export. We could change how
288 # ppapi_{shared,thunk}_export.h are defined to avoid this. 291 # ppapi_{shared,thunk}_export.h are defined to avoid this.
289 'PPAPI_SHARED_IMPLEMENTATION', 292 'PPAPI_SHARED_IMPLEMENTATION',
290 'PPAPI_THUNK_IMPLEMENTATION', 293 'PPAPI_THUNK_IMPLEMENTATION',
291 ], 294 ],
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 '../cc/cc.gyp:cc', 372 '../cc/cc.gyp:cc',
370 '../cc/cc.gyp:cc_surfaces', 373 '../cc/cc.gyp:cc_surfaces',
371 '../skia/skia.gyp:skia', 374 '../skia/skia.gyp:skia',
372 '../ui/gfx/gfx.gyp:gfx', 375 '../ui/gfx/gfx.gyp:gfx',
373 '../ui/gfx/gfx.gyp:gfx_geometry', 376 '../ui/gfx/gfx.gyp:gfx_geometry',
374 'mojo_base.gyp:mojo_application_chromium', 377 'mojo_base.gyp:mojo_application_chromium',
375 'mojo_base.gyp:mojo_common_lib', 378 'mojo_base.gyp:mojo_common_lib',
376 'mojo_base.gyp:mojo_environment_chromium', 379 'mojo_base.gyp:mojo_environment_chromium',
377 'mojo_geometry_bindings', 380 'mojo_geometry_bindings',
378 'mojo_geometry_lib', 381 'mojo_geometry_lib',
382 'mojo_gpu_bindings',
379 'mojo_native_viewport_bindings', 383 'mojo_native_viewport_bindings',
380 'mojo_surfaces_bindings', 384 'mojo_surfaces_bindings',
381 'mojo_surfaces_app_bindings', 385 'mojo_surfaces_app_bindings',
382 'mojo_surfaces_lib', 386 'mojo_surfaces_lib',
383 '<(mojo_system_for_loadable_module)', 387 '<(mojo_system_for_loadable_module)',
384 ], 388 ],
385 'sources': [ 389 'sources': [
386 'examples/surfaces_app/embedder.cc', 390 'examples/surfaces_app/embedder.cc',
387 'examples/surfaces_app/embedder.h', 391 'examples/surfaces_app/embedder.h',
388 'examples/surfaces_app/surfaces_app.cc', 392 'examples/surfaces_app/surfaces_app.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 ], 440 ],
437 'sources': [ 441 'sources': [
438 'examples/surfaces_app/child_app.cc', 442 'examples/surfaces_app/child_app.cc',
439 'examples/surfaces_app/child_impl.cc', 443 'examples/surfaces_app/child_impl.cc',
440 'examples/surfaces_app/child_impl.h', 444 'examples/surfaces_app/child_impl.h',
441 'examples/surfaces_app/surfaces_util.cc', 445 'examples/surfaces_app/surfaces_util.cc',
442 'examples/surfaces_app/surfaces_util.h', 446 'examples/surfaces_app/surfaces_util.h',
443 'public/cpp/application/lib/mojo_main_chromium.cc', 447 'public/cpp/application/lib/mojo_main_chromium.cc',
444 ], 448 ],
445 }, 449 },
450 {
451 'target_name': 'mojo_surfaces_child_gl_app',
452 'type': 'loadable_module',
453 'dependencies': [
454 '../base/base.gyp:base',
455 '../cc/cc.gyp:cc',
456 '../cc/cc.gyp:cc_surfaces',
457 '../skia/skia.gyp:skia',
458 '../ui/gfx/gfx.gyp:gfx',
459 '../ui/gfx/gfx.gyp:gfx_geometry',
460 'mojo_base.gyp:mojo_application_chromium',
461 'mojo_base.gyp:mojo_common_lib',
462 'mojo_base.gyp:mojo_environment_chromium',
463 'mojo_geometry_bindings',
464 'mojo_geometry_lib',
465 'mojo_gpu_bindings',
466 'mojo_surfaces_app_bindings',
467 'mojo_surfaces_bindings',
468 'mojo_surfaces_lib',
469 '<(mojo_gles2_for_loadable_module)',
470 '<(mojo_system_for_loadable_module)',
471 ],
472 'sources': [
473 'examples/surfaces_app/child_gl_app.cc',
474 'examples/surfaces_app/child_gl_impl.cc',
475 'examples/surfaces_app/child_gl_impl.h',
476 'examples/surfaces_app/surfaces_util.cc',
477 'examples/surfaces_app/surfaces_util.h',
478 'examples/sample_app/spinning_cube.cc',
479 'examples/sample_app/spinning_cube.h',
480 'public/cpp/application/lib/mojo_main_chromium.cc',
481 ],
482 }
446 ], 483 ],
447 'conditions': [ 484 'conditions': [
448 ['use_aura==1', { 485 ['use_aura==1', {
449 'targets': [ 486 'targets': [
450 { 487 {
451 'target_name': 'mojo_aura_demo', 488 'target_name': 'mojo_aura_demo',
452 'type': 'loadable_module', 489 'type': 'loadable_module',
453 'dependencies': [ 490 'dependencies': [
454 '../base/base.gyp:base', 491 '../base/base.gyp:base',
455 '../cc/cc.gyp:cc', 492 '../cc/cc.gyp:cc',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 ], 882 ],
846 'sources': [ 883 'sources': [
847 'examples/dbus_echo/dbus_echo_app.cc', 884 'examples/dbus_echo/dbus_echo_app.cc',
848 'public/cpp/application/lib/mojo_main_standalone.cc', 885 'public/cpp/application/lib/mojo_main_standalone.cc',
849 ], 886 ],
850 }, 887 },
851 ], 888 ],
852 }], 889 }],
853 ], 890 ],
854 } 891 }
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