| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 498f35dd6dedf453aa8107aba84858f1370302b8..a40fb24d32a6fd3d13fd9b53caa15b824cb96abc 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -147,7 +147,7 @@
|
| ],
|
| },
|
| {
|
| - # GN version: //mojo/services/public/cpp/geometry
|
| + # GN version: //mojo/services/public/cpp/surfaces
|
| 'target_name': 'mojo_surfaces_lib',
|
| 'type': '<(component)',
|
| 'defines': [
|
| @@ -252,12 +252,14 @@
|
| 'mojo_base.gyp:mojo_gles2_bindings',
|
| 'mojo_geometry_bindings',
|
| 'mojo_input_events_bindings',
|
| + 'mojo_surface_id_bindings',
|
| ],
|
| 'export_dependent_settings': [
|
| 'mojo_base.gyp:mojo_cpp_bindings',
|
| 'mojo_base.gyp:mojo_gles2_bindings',
|
| 'mojo_geometry_bindings',
|
| 'mojo_input_events_bindings',
|
| + 'mojo_surface_id_bindings',
|
| ],
|
| },
|
| {
|
| @@ -268,6 +270,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../cc/cc.gyp:cc_surfaces',
|
| '../ui/events/events.gyp:events',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| @@ -279,11 +282,14 @@
|
| 'mojo_gpu_bindings',
|
| 'mojo_input_events_lib',
|
| 'mojo_native_viewport_bindings',
|
| + 'mojo_surfaces_bindings',
|
| + 'mojo_surfaces_lib',
|
| ],
|
| 'export_dependent_settings': [
|
| 'mojo_geometry_bindings',
|
| 'mojo_gpu_bindings',
|
| 'mojo_native_viewport_bindings',
|
| + 'mojo_surfaces_bindings',
|
| ],
|
| 'sources': [
|
| 'services/native_viewport/gpu_impl.cc',
|
| @@ -584,19 +590,35 @@
|
| 'target_name': 'mojo_surfaces_bindings',
|
| 'type': 'static_library',
|
| 'sources': [
|
| - 'services/public/interfaces/surfaces/surface_id.mojom',
|
| 'services/public/interfaces/surfaces/surfaces.mojom',
|
| 'services/public/interfaces/surfaces/surfaces_service.mojom',
|
| 'services/public/interfaces/surfaces/quads.mojom',
|
| ],
|
| 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'dependencies': [
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| + 'mojo_geometry_bindings',
|
| + 'mojo_surface_id_bindings',
|
| + ],
|
| 'export_dependent_settings': [
|
| 'mojo_base.gyp:mojo_cpp_bindings',
|
| + 'mojo_geometry_bindings',
|
| + 'mojo_surface_id_bindings',
|
| ],
|
| + },
|
| + {
|
| + # GN version: //mojo/services/public/interfaces/surfaces:surface_id
|
| + 'target_name': 'mojo_surface_id_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'services/public/interfaces/surfaces/surface_id.mojom',
|
| + ],
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| 'dependencies': [
|
| 'mojo_base.gyp:mojo_cpp_bindings',
|
| - 'mojo_geometry_bindings',
|
| - 'mojo_native_viewport_bindings',
|
| + ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| ],
|
| },
|
| {
|
|
|