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

Unified Diff: mojo/mojo_services.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/gles2/command_buffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 45d25c77b0473d86363b6bfb3327648fd160a14e..92f50bf85430f69278623611dc41c48ccf2ed31b 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -219,6 +219,23 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/gpu
+ 'target_name': 'mojo_gpu_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'services/public/interfaces/gpu/gpu.mojom',
+ ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
+ 'export_dependent_settings': [
+ 'mojo_base.gyp:mojo_cpp_bindings',
+ ],
+ 'dependencies': [
+ 'mojo_base.gyp:mojo_cpp_bindings',
+ 'mojo_base.gyp:mojo_gles2_bindings',
+ 'mojo_geometry_bindings',
+ ],
+ },
+ {
# GN version: //mojo/services/public/interfaces/native_viewport
'target_name': 'mojo_native_viewport_bindings',
'type': 'static_library',
@@ -247,16 +264,19 @@
'../ui/events/events.gyp:events',
'../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_base.gyp:mojo_application_chromium',
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2_service',
+ 'mojo_gpu_bindings',
'mojo_input_events_lib',
'mojo_native_viewport_bindings',
],
'sources': [
+ 'services/native_viewport/gpu_impl.cc',
+ 'services/native_viewport/gpu_impl.h',
'services/native_viewport/native_viewport_impl.cc',
'services/native_viewport/native_viewport_impl.h',
'services/native_viewport/platform_viewport.h',
@@ -403,6 +423,7 @@
'mojo_cc_support',
'mojo_geometry_bindings',
'mojo_geometry_lib',
+ 'mojo_gpu_bindings',
'mojo_surfaces_bindings',
'mojo_surfaces_lib',
'<(mojo_gles2_for_loadable_module)',
@@ -677,6 +698,7 @@
'mojo_native_viewport_bindings',
'mojo_view_manager_bindings',
'mojo_view_manager_common',
+ 'mojo_gpu_bindings',
'<(mojo_gles2_for_component)',
'<(mojo_system_for_component)',
],
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/gles2/command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698