OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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_html_viewer', | 8 'target_name': 'mojo_html_viewer', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'export_dependent_settings': [ | 127 'export_dependent_settings': [ |
128 '../ui/gfx/gfx.gyp:gfx', | 128 '../ui/gfx/gfx.gyp:gfx', |
129 ], | 129 ], |
130 'sources': [ | 130 'sources': [ |
131 'services/public/cpp/geometry/lib/geometry_type_converters.cc', | 131 'services/public/cpp/geometry/lib/geometry_type_converters.cc', |
132 'services/public/cpp/geometry/geometry_type_converters.h', | 132 'services/public/cpp/geometry/geometry_type_converters.h', |
133 'services/public/cpp/geometry/mojo_geometry_export.h', | 133 'services/public/cpp/geometry/mojo_geometry_export.h', |
134 ], | 134 ], |
135 }, | 135 }, |
136 { | 136 { |
137 # GN version: //mojo/services/public/cpp/geometry | 137 # GN version: //mojo/services/public/cpp/surfaces |
138 'target_name': 'mojo_surfaces_lib', | 138 'target_name': 'mojo_surfaces_lib', |
139 'type': '<(component)', | 139 'type': '<(component)', |
140 'defines': [ | 140 'defines': [ |
141 'MOJO_SURFACES_IMPLEMENTATION', | 141 'MOJO_SURFACES_IMPLEMENTATION', |
142 ], | 142 ], |
143 'dependencies': [ | 143 'dependencies': [ |
144 '../base/base.gyp:base', | 144 '../base/base.gyp:base', |
145 '../cc/cc.gyp:cc', | 145 '../cc/cc.gyp:cc', |
146 '../cc/cc.gyp:cc_surfaces', | 146 '../cc/cc.gyp:cc_surfaces', |
147 '../gpu/gpu.gyp:gpu', | 147 '../gpu/gpu.gyp:gpu', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'type': 'static_library', | 232 'type': 'static_library', |
233 'sources': [ | 233 'sources': [ |
234 'services/public/interfaces/native_viewport/native_viewport.mojom', | 234 'services/public/interfaces/native_viewport/native_viewport.mojom', |
235 ], | 235 ], |
236 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 236 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
237 'dependencies': [ | 237 'dependencies': [ |
238 'mojo_base.gyp:mojo_cpp_bindings', | 238 'mojo_base.gyp:mojo_cpp_bindings', |
239 'mojo_base.gyp:mojo_gles2_bindings', | 239 'mojo_base.gyp:mojo_gles2_bindings', |
240 'mojo_geometry_bindings', | 240 'mojo_geometry_bindings', |
241 'mojo_input_events_bindings', | 241 'mojo_input_events_bindings', |
| 242 'mojo_surface_id_bindings', |
242 ], | 243 ], |
243 'export_dependent_settings': [ | 244 'export_dependent_settings': [ |
244 'mojo_base.gyp:mojo_cpp_bindings', | 245 'mojo_base.gyp:mojo_cpp_bindings', |
245 'mojo_base.gyp:mojo_gles2_bindings', | 246 'mojo_base.gyp:mojo_gles2_bindings', |
246 'mojo_geometry_bindings', | 247 'mojo_geometry_bindings', |
247 'mojo_input_events_bindings', | 248 'mojo_input_events_bindings', |
| 249 'mojo_surface_id_bindings', |
248 ], | 250 ], |
249 }, | 251 }, |
250 { | 252 { |
251 # GN version: //mojo/services/native_viewport | 253 # GN version: //mojo/services/native_viewport |
252 'target_name': 'mojo_native_viewport_service_lib', | 254 'target_name': 'mojo_native_viewport_service_lib', |
253 # This is linked directly into the embedder, so we make it a static_librar
y. | 255 # This is linked directly into the embedder, so we make it a static_librar
y. |
254 # TODO(davemoore): Make this a true service. | 256 # TODO(davemoore): Make this a true service. |
255 'type': 'static_library', | 257 'type': 'static_library', |
256 'dependencies': [ | 258 'dependencies': [ |
257 '../base/base.gyp:base', | 259 '../base/base.gyp:base', |
| 260 '../cc/cc.gyp:cc_surfaces', |
| 261 '../skia/skia.gyp:skia', |
258 '../ui/events/events.gyp:events', | 262 '../ui/events/events.gyp:events', |
259 '../ui/gfx/gfx.gyp:gfx', | 263 '../ui/gfx/gfx.gyp:gfx', |
260 '../ui/gfx/gfx.gyp:gfx_geometry', | 264 '../ui/gfx/gfx.gyp:gfx_geometry', |
261 'mojo_base.gyp:mojo_application_chromium', | 265 'mojo_base.gyp:mojo_application_chromium', |
262 'mojo_base.gyp:mojo_common_lib', | 266 'mojo_base.gyp:mojo_common_lib', |
263 'mojo_geometry_bindings', | 267 'mojo_geometry_bindings', |
264 'mojo_geometry_lib', | 268 'mojo_geometry_lib', |
265 'mojo_gles2_service', | 269 'mojo_gles2_service', |
266 'mojo_gpu_bindings', | 270 'mojo_gpu_bindings', |
267 'mojo_input_events_lib', | 271 'mojo_input_events_lib', |
268 'mojo_native_viewport_bindings', | 272 'mojo_native_viewport_bindings', |
| 273 'mojo_surfaces_bindings', |
| 274 'mojo_surfaces_lib', |
269 ], | 275 ], |
270 'export_dependent_settings': [ | 276 'export_dependent_settings': [ |
271 'mojo_geometry_bindings', | 277 'mojo_geometry_bindings', |
272 'mojo_gpu_bindings', | 278 'mojo_gpu_bindings', |
273 'mojo_native_viewport_bindings', | 279 'mojo_native_viewport_bindings', |
| 280 'mojo_surfaces_bindings', |
274 ], | 281 ], |
275 'sources': [ | 282 'sources': [ |
276 'services/native_viewport/gpu_impl.cc', | 283 'services/native_viewport/gpu_impl.cc', |
277 'services/native_viewport/gpu_impl.h', | 284 'services/native_viewport/gpu_impl.h', |
278 'services/native_viewport/native_viewport_impl.cc', | 285 'services/native_viewport/native_viewport_impl.cc', |
279 'services/native_viewport/native_viewport_impl.h', | 286 'services/native_viewport/native_viewport_impl.h', |
280 'services/native_viewport/platform_viewport.h', | 287 'services/native_viewport/platform_viewport.h', |
281 'services/native_viewport/platform_viewport_android.cc', | 288 'services/native_viewport/platform_viewport_android.cc', |
282 'services/native_viewport/platform_viewport_mac.mm', | 289 'services/native_viewport/platform_viewport_mac.mm', |
283 'services/native_viewport/platform_viewport_ozone.cc', | 290 'services/native_viewport/platform_viewport_ozone.cc', |
284 'services/native_viewport/platform_viewport_stub.cc', | 291 'services/native_viewport/platform_viewport_stub.cc', |
285 'services/native_viewport/platform_viewport_win.cc', | 292 'services/native_viewport/platform_viewport_win.cc', |
286 'services/native_viewport/platform_viewport_x11.cc', | 293 'services/native_viewport/platform_viewport_x11.cc', |
| 294 'services/native_viewport/viewport_surface.cc', |
| 295 'services/native_viewport/viewport_surface.h', |
287 ], | 296 ], |
288 'conditions': [ | 297 'conditions': [ |
289 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { | 298 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { |
290 'sources!': [ | 299 'sources!': [ |
291 'services/native_viewport/platform_viewport_stub.cc', | 300 'services/native_viewport/platform_viewport_stub.cc', |
292 ], | 301 ], |
293 }], | 302 }], |
294 ['OS=="android"', { | 303 ['OS=="android"', { |
295 'dependencies': [ | 304 'dependencies': [ |
296 'mojo_base.gyp:mojo_jni_headers', | 305 'mojo_base.gyp:mojo_jni_headers', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 'mojo_base.gyp:mojo_run_all_unittests', | 575 'mojo_base.gyp:mojo_run_all_unittests', |
567 ], | 576 ], |
568 }], | 577 }], |
569 ], | 578 ], |
570 }, | 579 }, |
571 { | 580 { |
572 # GN version: //mojo/services/public/interfaces/surfaces | 581 # GN version: //mojo/services/public/interfaces/surfaces |
573 'target_name': 'mojo_surfaces_bindings', | 582 'target_name': 'mojo_surfaces_bindings', |
574 'type': 'static_library', | 583 'type': 'static_library', |
575 'sources': [ | 584 'sources': [ |
576 'services/public/interfaces/surfaces/surface_id.mojom', | |
577 'services/public/interfaces/surfaces/surfaces.mojom', | 585 'services/public/interfaces/surfaces/surfaces.mojom', |
578 'services/public/interfaces/surfaces/surfaces_service.mojom', | 586 'services/public/interfaces/surfaces/surfaces_service.mojom', |
579 'services/public/interfaces/surfaces/quads.mojom', | 587 'services/public/interfaces/surfaces/quads.mojom', |
580 ], | 588 ], |
581 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 589 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 590 'dependencies': [ |
| 591 'mojo_base.gyp:mojo_cpp_bindings', |
| 592 'mojo_base.gyp:mojo_gles2_bindings', |
| 593 'mojo_geometry_bindings', |
| 594 'mojo_surface_id_bindings', |
| 595 ], |
| 596 'export_dependent_settings': [ |
| 597 'mojo_base.gyp:mojo_cpp_bindings', |
| 598 'mojo_base.gyp:mojo_gles2_bindings', |
| 599 'mojo_geometry_bindings', |
| 600 'mojo_surface_id_bindings', |
| 601 ], |
| 602 }, |
| 603 { |
| 604 # GN version: //mojo/services/public/interfaces/surfaces:surface_id |
| 605 'target_name': 'mojo_surface_id_bindings', |
| 606 'type': 'static_library', |
| 607 'sources': [ |
| 608 'services/public/interfaces/surfaces/surface_id.mojom', |
| 609 ], |
| 610 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 611 'dependencies': [ |
| 612 'mojo_base.gyp:mojo_cpp_bindings', |
| 613 ], |
582 'export_dependent_settings': [ | 614 'export_dependent_settings': [ |
583 'mojo_base.gyp:mojo_cpp_bindings', | 615 'mojo_base.gyp:mojo_cpp_bindings', |
584 ], | 616 ], |
585 'dependencies': [ | |
586 'mojo_base.gyp:mojo_cpp_bindings', | |
587 'mojo_geometry_bindings', | |
588 'mojo_native_viewport_bindings', | |
589 ], | |
590 }, | 617 }, |
591 { | 618 { |
592 # GN version: //mojo/services/test_service:bindings | 619 # GN version: //mojo/services/test_service:bindings |
593 'target_name': 'mojo_test_service_bindings', | 620 'target_name': 'mojo_test_service_bindings', |
594 'type': 'static_library', | 621 'type': 'static_library', |
595 'sources': [ | 622 'sources': [ |
596 # TODO(tim): Move to services/public/interfaces? | 623 # TODO(tim): Move to services/public/interfaces? |
597 'services/test_service/test_request_tracker.mojom', | 624 'services/test_service/test_request_tracker.mojom', |
598 'services/test_service/test_service.mojom', | 625 'services/test_service/test_service.mojom', |
599 ], | 626 ], |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 'dependencies': [ | 893 'dependencies': [ |
867 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 894 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
868 ], | 895 ], |
869 }], | 896 }], |
870 ], | 897 ], |
871 }, | 898 }, |
872 ], | 899 ], |
873 }], | 900 }], |
874 ], | 901 ], |
875 } | 902 } |
OLD | NEW |