| 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_geometry_lib', | 188 'mojo_geometry_lib', |
| 189 'mojo_run_all_unittests', | 189 'mojo_run_all_unittests', |
| 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 { |
| 198 # GN version: //mojo/services/gles2:interfaces (for files generated from | 235 # GN version: //mojo/services/gles2:interfaces (for files generated from |
| 199 # the mojom file) | 236 # the mojom file) |
| 200 # GN version: //mojo/services/gles2:bindings | 237 # GN version: //mojo/services/gles2:bindings |
| 201 'target_name': 'mojo_gles2_bindings', | 238 'target_name': 'mojo_gles2_bindings', |
| 202 'type': 'static_library', | 239 'type': 'static_library', |
| 203 'sources': [ | 240 'sources': [ |
| 204 'services/gles2/command_buffer.mojom', | 241 'services/gles2/command_buffer.mojom', |
| 205 'services/gles2/command_buffer_type_conversions.cc', | 242 'services/gles2/command_buffer_type_conversions.cc', |
| 206 'services/gles2/command_buffer_type_conversions.h', | 243 'services/gles2/command_buffer_type_conversions.h', |
| 207 'services/gles2/mojo_buffer_backing.cc', | 244 'services/gles2/mojo_buffer_backing.cc', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 '../ui/gfx/gfx.gyp:gfx', | 703 '../ui/gfx/gfx.gyp:gfx', |
| 667 '../ui/gfx/gfx.gyp:gfx_geometry', | 704 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 668 '../ui/gl/gl.gyp:gl', | 705 '../ui/gl/gl.gyp:gl', |
| 669 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 706 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 670 'mojo_application', | 707 'mojo_application', |
| 671 'mojo_cc_support', | 708 'mojo_cc_support', |
| 672 'mojo_common_lib', | 709 'mojo_common_lib', |
| 673 'mojo_environment_chromium', | 710 'mojo_environment_chromium', |
| 674 'mojo_geometry_bindings', | 711 'mojo_geometry_bindings', |
| 675 'mojo_geometry_lib', | 712 'mojo_geometry_lib', |
| 713 'mojo_gles2', |
| 676 'mojo_input_events_bindings', | 714 'mojo_input_events_bindings', |
| 677 'mojo_input_events_lib', | 715 'mojo_input_events_lib', |
| 678 'mojo_native_viewport_bindings', | 716 'mojo_native_viewport_bindings', |
| 679 'mojo_view_manager_bindings', | 717 'mojo_view_manager_bindings', |
| 680 'mojo_view_manager_common', | 718 'mojo_view_manager_common', |
| 681 '<(mojo_gles2_for_component)', | |
| 682 '<(mojo_system_for_component)', | 719 '<(mojo_system_for_component)', |
| 683 ], | 720 ], |
| 684 'sources': [ | 721 'sources': [ |
| 685 'public/cpp/application/lib/mojo_main_chromium.cc', | 722 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 686 'services/view_manager/access_policy.h', | 723 'services/view_manager/access_policy.h', |
| 687 'services/view_manager/access_policy_delegate.h', | 724 'services/view_manager/access_policy_delegate.h', |
| 688 'services/view_manager/default_access_policy.cc', | 725 'services/view_manager/default_access_policy.cc', |
| 689 'services/view_manager/default_access_policy.h', | 726 'services/view_manager/default_access_policy.h', |
| 690 'services/view_manager/window_manager_access_policy.cc', | 727 'services/view_manager/window_manager_access_policy.cc', |
| 691 'services/view_manager/window_manager_access_policy.h', | 728 'services/view_manager/window_manager_access_policy.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 'mojo_system_impl', | 907 'mojo_system_impl', |
| 871 ], | 908 ], |
| 872 'sources': [ | 909 'sources': [ |
| 873 'services/dbus_echo/dbus_echo_service.cc', | 910 'services/dbus_echo/dbus_echo_service.cc', |
| 874 ], | 911 ], |
| 875 }, | 912 }, |
| 876 ], | 913 ], |
| 877 }], | 914 }], |
| 878 ], | 915 ], |
| 879 } | 916 } |
| OLD | NEW |