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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 4058ac8c887955947fbfb3e12cefee1aa2185205..cef6422e999c2f06c8c493e4bd47aae8f054a1c4 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -441,6 +441,38 @@
'public/cpp/application/lib/mojo_main_chromium.cc',
],
},
+ {
+ 'target_name': 'mojo_surfaces_child_gl_app',
+ 'type': 'loadable_module',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../cc/cc.gyp:cc',
+ '../cc/cc.gyp:cc_surfaces',
+ '../skia/skia.gyp:skia',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ 'mojo_base.gyp:mojo_application_chromium',
+ 'mojo_base.gyp:mojo_common_lib',
+ 'mojo_base.gyp:mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_geometry_lib',
+ 'mojo_surfaces_app_bindings',
+ 'mojo_surfaces_bindings',
+ 'mojo_surfaces_lib',
+ '<(mojo_gles2_for_loadable_module)',
+ '<(mojo_system_for_loadable_module)',
+ ],
+ 'sources': [
+ 'examples/surfaces_app/child_gl_app.cc',
+ 'examples/surfaces_app/child_gl_impl.cc',
+ 'examples/surfaces_app/child_gl_impl.h',
+ 'examples/surfaces_app/surfaces_util.cc',
+ 'examples/surfaces_app/surfaces_util.h',
+ 'examples/sample_app/spinning_cube.cc',
+ 'examples/sample_app/spinning_cube.h',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ ],
+ }
],
'conditions': [
['use_aura==1', {

Powered by Google App Engine
This is Rietveld 408576698