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

Unified Diff: mojo/mojo_services.gypi

Issue 478103002: 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 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 9e48fe599fe4782d4a91934a9d5c67aba7cf9605..2ec0a1eb528735765c988ce857cb0815f60bc2db 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -217,23 +217,6 @@
],
},
{
- # 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',
@@ -262,19 +245,16 @@
'../ui/events/events.gyp:events',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ 'mojo_base.gyp:mojo_common_lib',
+ 'mojo_base.gyp:mojo_environment_chromium',
'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_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',
@@ -415,7 +395,6 @@
'mojo_cc_support',
'mojo_geometry_bindings',
'mojo_geometry_lib',
- 'mojo_gpu_bindings',
'mojo_surfaces_bindings',
'mojo_surfaces_lib',
'<(mojo_gles2_for_loadable_module)',
@@ -690,7 +669,6 @@
'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