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

Side by Side Diff: mojo/mojo_examples.gypi

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