| 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 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
| 9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'mojo_base.gyp:mojo_run_all_unittests', | 188 'mojo_base.gyp:mojo_run_all_unittests', |
| 189 'mojo_geometry_lib', | 189 'mojo_geometry_lib', |
| 190 'mojo_surfaces_bindings', | 190 'mojo_surfaces_bindings', |
| 191 'mojo_surfaces_lib', | 191 'mojo_surfaces_lib', |
| 192 ], | 192 ], |
| 193 'sources': [ | 193 'sources': [ |
| 194 'services/public/cpp/surfaces/tests/surface_unittest.cc', | 194 'services/public/cpp/surfaces/tests/surface_unittest.cc', |
| 195 ], | 195 ], |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 # GN version: //mojo/public/gles2 | |
| 199 'target_name': 'mojo_gles2', | |
| 200 'type': 'shared_library', | |
| 201 'defines': [ | |
| 202 'MOJO_GLES2_IMPLEMENTATION', | |
| 203 'GLES2_USE_MOJO', | |
| 204 ], | |
| 205 'include_dirs': [ | |
| 206 '..', | |
| 207 ], | |
| 208 'dependencies': [ | |
| 209 '../third_party/khronos/khronos.gyp:khronos_headers' | |
| 210 ], | |
| 211 'direct_dependent_settings': { | |
| 212 'include_dirs': [ | |
| 213 '..', | |
| 214 ], | |
| 215 'defines': [ | |
| 216 'GLES2_USE_MOJO', | |
| 217 ], | |
| 218 }, | |
| 219 'sources': [ | |
| 220 'public/c/gles2/gles2.h', | |
| 221 'public/c/gles2/gles2_export.h', | |
| 222 'public/gles2/gles2_private.cc', | |
| 223 'public/gles2/gles2_private.h', | |
| 224 ], | |
| 225 'conditions': [ | |
| 226 ['OS=="mac"', { | |
| 227 'xcode_settings': { | |
| 228 # Make it a run-path dependent library. | |
| 229 'DYLIB_INSTALL_NAME_BASE': '@loader_path', | |
| 230 }, | |
| 231 }], | |
| 232 ], | |
| 233 }, | |
| 234 { | |
| 235 # GN version: //mojo/services/gles2:interfaces (for files generated from | |
| 236 # the mojom file) | |
| 237 # GN version: //mojo/services/gles2:bindings | |
| 238 'target_name': 'mojo_gles2_bindings', | |
| 239 'type': 'static_library', | |
| 240 'sources': [ | |
| 241 'services/gles2/command_buffer.mojom', | |
| 242 'services/gles2/command_buffer_type_conversions.cc', | |
| 243 'services/gles2/command_buffer_type_conversions.h', | |
| 244 'services/gles2/mojo_buffer_backing.cc', | |
| 245 'services/gles2/mojo_buffer_backing.h', | |
| 246 ], | |
| 247 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | |
| 248 'export_dependent_settings': [ | |
| 249 'mojo_base.gyp:mojo_cpp_bindings', | |
| 250 ], | |
| 251 'dependencies': [ | |
| 252 'mojo_base.gyp:mojo_cpp_bindings', | |
| 253 '../gpu/gpu.gyp:command_buffer_common', | |
| 254 ], | |
| 255 }, | |
| 256 { | |
| 257 # GN version: //mojo/services/gles2 | 198 # GN version: //mojo/services/gles2 |
| 258 'target_name': 'mojo_gles2_service', | 199 'target_name': 'mojo_gles2_service', |
| 259 'type': 'static_library', | 200 'type': 'static_library', |
| 260 'dependencies': [ | 201 'dependencies': [ |
| 261 '../base/base.gyp:base', | 202 '../base/base.gyp:base', |
| 262 '../gpu/gpu.gyp:command_buffer_service', | 203 '../gpu/gpu.gyp:command_buffer_service', |
| 263 '../ui/gfx/gfx.gyp:gfx', | 204 '../ui/gfx/gfx.gyp:gfx', |
| 264 '../ui/gfx/gfx.gyp:gfx_geometry', | 205 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 265 '../ui/gl/gl.gyp:gl', | 206 '../ui/gl/gl.gyp:gl', |
| 266 'mojo_gles2_bindings', | 207 'mojo_base.gyp:mojo_gles2_bindings', |
| 267 ], | 208 ], |
| 268 'export_dependent_settings': [ | 209 'export_dependent_settings': [ |
| 269 'mojo_gles2_bindings', | 210 'mojo_base.gyp:mojo_gles2_bindings', |
| 270 ], | 211 ], |
| 271 'sources': [ | 212 'sources': [ |
| 272 'services/gles2/command_buffer_impl.cc', | 213 'services/gles2/command_buffer_impl.cc', |
| 273 'services/gles2/command_buffer_impl.h', | 214 'services/gles2/command_buffer_impl.h', |
| 274 ], | 215 ], |
| 275 }, | 216 }, |
| 276 { | 217 { |
| 277 # GN version: //mojo/services/public/interfaces/native_viewport | 218 # GN version: //mojo/services/public/interfaces/native_viewport |
| 278 'target_name': 'mojo_native_viewport_bindings', | 219 'target_name': 'mojo_native_viewport_bindings', |
| 279 'type': 'static_library', | 220 'type': 'static_library', |
| 280 'sources': [ | 221 'sources': [ |
| 281 'services/public/interfaces/native_viewport/native_viewport.mojom', | 222 'services/public/interfaces/native_viewport/native_viewport.mojom', |
| 282 ], | 223 ], |
| 283 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 224 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 284 'export_dependent_settings': [ | 225 'export_dependent_settings': [ |
| 285 'mojo_base.gyp:mojo_cpp_bindings', | 226 'mojo_base.gyp:mojo_cpp_bindings', |
| 286 ], | 227 ], |
| 287 'dependencies': [ | 228 'dependencies': [ |
| 288 'mojo_base.gyp:mojo_cpp_bindings', | 229 'mojo_base.gyp:mojo_cpp_bindings', |
| 230 'mojo_base.gyp:mojo_gles2_bindings', |
| 289 'mojo_geometry_bindings', | 231 'mojo_geometry_bindings', |
| 290 'mojo_gles2_bindings', | |
| 291 'mojo_input_events_bindings', | 232 'mojo_input_events_bindings', |
| 292 ], | 233 ], |
| 293 }, | 234 }, |
| 294 { | 235 { |
| 295 # GN version: //mojo/services/native_viewport | 236 # GN version: //mojo/services/native_viewport |
| 296 'target_name': 'mojo_native_viewport_service', | 237 'target_name': 'mojo_native_viewport_service', |
| 297 # This is linked directly into the embedder, so we make it a component. | 238 # This is linked directly into the embedder, so we make it a component. |
| 298 'type': '<(component)', | 239 'type': '<(component)', |
| 299 'dependencies': [ | 240 'dependencies': [ |
| 300 '../base/base.gyp:base', | 241 '../base/base.gyp:base', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 '../base/base.gyp:base', | 389 '../base/base.gyp:base', |
| 449 '../cc/cc.gyp:cc', | 390 '../cc/cc.gyp:cc', |
| 450 '../cc/cc.gyp:cc_surfaces', | 391 '../cc/cc.gyp:cc_surfaces', |
| 451 '../ui/gfx/gfx.gyp:gfx_geometry', | 392 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 452 'mojo_base.gyp:mojo_environment_chromium', | 393 'mojo_base.gyp:mojo_environment_chromium', |
| 453 'mojo_base.gyp:mojo_system_impl', | 394 'mojo_base.gyp:mojo_system_impl', |
| 454 'mojo_base.gyp:mojo_application_chromium', | 395 'mojo_base.gyp:mojo_application_chromium', |
| 455 'mojo_cc_support', | 396 'mojo_cc_support', |
| 456 'mojo_geometry_bindings', | 397 'mojo_geometry_bindings', |
| 457 'mojo_geometry_lib', | 398 'mojo_geometry_lib', |
| 458 'mojo_gles2', | |
| 459 'mojo_surfaces_bindings', | 399 'mojo_surfaces_bindings', |
| 460 'mojo_surfaces_lib', | 400 'mojo_surfaces_lib', |
| 401 '<(mojo_gles2_for_loadable_module)', |
| 461 '<(mojo_system_for_loadable_module)', | 402 '<(mojo_system_for_loadable_module)', |
| 462 ], | 403 ], |
| 463 'sources': [ | 404 'sources': [ |
| 464 'services/surfaces/surfaces_impl.cc', | 405 'services/surfaces/surfaces_impl.cc', |
| 465 'services/surfaces/surfaces_impl.h', | 406 'services/surfaces/surfaces_impl.h', |
| 466 'services/surfaces/surfaces_service_application.cc', | 407 'services/surfaces/surfaces_service_application.cc', |
| 467 'services/surfaces/surfaces_service_application.h', | 408 'services/surfaces/surfaces_service_application.h', |
| 468 'public/cpp/application/lib/mojo_main_chromium.cc', | 409 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 469 ], | 410 ], |
| 470 }, | 411 }, |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 '../ui/gfx/gfx.gyp:gfx', | 662 '../ui/gfx/gfx.gyp:gfx', |
| 722 '../ui/gfx/gfx.gyp:gfx_geometry', | 663 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 723 '../ui/gl/gl.gyp:gl', | 664 '../ui/gl/gl.gyp:gl', |
| 724 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 665 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 725 'mojo_base.gyp:mojo_common_lib', | 666 'mojo_base.gyp:mojo_common_lib', |
| 726 'mojo_base.gyp:mojo_environment_chromium', | 667 'mojo_base.gyp:mojo_environment_chromium', |
| 727 'mojo_base.gyp:mojo_application_chromium', | 668 'mojo_base.gyp:mojo_application_chromium', |
| 728 'mojo_cc_support', | 669 'mojo_cc_support', |
| 729 'mojo_geometry_bindings', | 670 'mojo_geometry_bindings', |
| 730 'mojo_geometry_lib', | 671 'mojo_geometry_lib', |
| 731 'mojo_gles2', | |
| 732 'mojo_input_events_bindings', | 672 'mojo_input_events_bindings', |
| 733 'mojo_input_events_lib', | 673 'mojo_input_events_lib', |
| 734 'mojo_native_viewport_bindings', | 674 'mojo_native_viewport_bindings', |
| 735 'mojo_view_manager_bindings', | 675 'mojo_view_manager_bindings', |
| 736 'mojo_view_manager_common', | 676 'mojo_view_manager_common', |
| 677 '<(mojo_gles2_for_component)', |
| 737 '<(mojo_system_for_component)', | 678 '<(mojo_system_for_component)', |
| 738 ], | 679 ], |
| 739 'sources': [ | 680 'sources': [ |
| 740 'public/cpp/application/lib/mojo_main_chromium.cc', | 681 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 741 'services/view_manager/access_policy.h', | 682 'services/view_manager/access_policy.h', |
| 742 'services/view_manager/access_policy_delegate.h', | 683 'services/view_manager/access_policy_delegate.h', |
| 743 'services/view_manager/default_access_policy.cc', | 684 'services/view_manager/default_access_policy.cc', |
| 744 'services/view_manager/default_access_policy.h', | 685 'services/view_manager/default_access_policy.h', |
| 745 'services/view_manager/window_manager_access_policy.cc', | 686 'services/view_manager/window_manager_access_policy.cc', |
| 746 'services/view_manager/window_manager_access_policy.h', | 687 'services/view_manager/window_manager_access_policy.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 'mojo_echo_bindings', | 866 'mojo_echo_bindings', |
| 926 ], | 867 ], |
| 927 'sources': [ | 868 'sources': [ |
| 928 'services/dbus_echo/dbus_echo_service.cc', | 869 'services/dbus_echo/dbus_echo_service.cc', |
| 929 ], | 870 ], |
| 930 }, | 871 }, |
| 931 ], | 872 ], |
| 932 }], | 873 }], |
| 933 ], | 874 ], |
| 934 } | 875 } |
| OLD | NEW |