| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'mojo_geometry_lib', | 186 'mojo_geometry_lib', |
| 187 'mojo_run_all_unittests', | 187 'mojo_run_all_unittests', |
| 188 'mojo_surfaces_bindings', | 188 'mojo_surfaces_bindings', |
| 189 'mojo_surfaces_lib', | 189 'mojo_surfaces_lib', |
| 190 ], | 190 ], |
| 191 'sources': [ | 191 'sources': [ |
| 192 'services/public/cpp/surfaces/tests/surface_unittest.cc', | 192 'services/public/cpp/surfaces/tests/surface_unittest.cc', |
| 193 ], | 193 ], |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 'target_name': 'mojo_gles2', | |
| 197 'type': 'shared_library', | |
| 198 'defines': [ | |
| 199 'MOJO_GLES2_IMPLEMENTATION', | |
| 200 'GLES2_USE_MOJO', | |
| 201 ], | |
| 202 'include_dirs': [ | |
| 203 '..', | |
| 204 ], | |
| 205 'dependencies': [ | |
| 206 '../third_party/khronos/khronos.gyp:khronos_headers' | |
| 207 ], | |
| 208 'direct_dependent_settings': { | |
| 209 'include_dirs': [ | |
| 210 '..', | |
| 211 ], | |
| 212 'defines': [ | |
| 213 'GLES2_USE_MOJO', | |
| 214 ], | |
| 215 }, | |
| 216 'sources': [ | |
| 217 'public/c/gles2/gles2.h', | |
| 218 'public/c/gles2/gles2_export.h', | |
| 219 'public/gles2/gles2_private.cc', | |
| 220 'public/gles2/gles2_private.h', | |
| 221 ], | |
| 222 'conditions': [ | |
| 223 ['OS=="mac"', { | |
| 224 'xcode_settings': { | |
| 225 # Make it a run-path dependent library. | |
| 226 'DYLIB_INSTALL_NAME_BASE': '@loader_path', | |
| 227 }, | |
| 228 }], | |
| 229 ], | |
| 230 }, | |
| 231 { | |
| 232 # GN version: //mojo/services/gles2:interfaces (for files generated from | 196 # GN version: //mojo/services/gles2:interfaces (for files generated from |
| 233 # the mojom file) | 197 # the mojom file) |
| 234 # GN version: //mojo/services/gles2:bindings | 198 # GN version: //mojo/services/gles2:bindings |
| 235 'target_name': 'mojo_gles2_bindings', | 199 'target_name': 'mojo_gles2_bindings', |
| 236 'type': 'static_library', | 200 'type': 'static_library', |
| 237 'sources': [ | 201 'sources': [ |
| 238 'services/gles2/command_buffer.mojom', | 202 'services/gles2/command_buffer.mojom', |
| 239 'services/gles2/command_buffer_type_conversions.cc', | 203 'services/gles2/command_buffer_type_conversions.cc', |
| 240 'services/gles2/command_buffer_type_conversions.h', | 204 'services/gles2/command_buffer_type_conversions.h', |
| 241 'services/gles2/mojo_buffer_backing.cc', | 205 'services/gles2/mojo_buffer_backing.cc', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 '../ui/gfx/gfx.gyp:gfx', | 656 '../ui/gfx/gfx.gyp:gfx', |
| 693 '../ui/gfx/gfx.gyp:gfx_geometry', | 657 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 694 '../ui/gl/gl.gyp:gl', | 658 '../ui/gl/gl.gyp:gl', |
| 695 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 659 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 696 'mojo_application', | 660 'mojo_application', |
| 697 'mojo_cc_support', | 661 'mojo_cc_support', |
| 698 'mojo_common_lib', | 662 'mojo_common_lib', |
| 699 'mojo_environment_chromium', | 663 'mojo_environment_chromium', |
| 700 'mojo_geometry_bindings', | 664 'mojo_geometry_bindings', |
| 701 'mojo_geometry_lib', | 665 'mojo_geometry_lib', |
| 702 'mojo_gles2', | |
| 703 'mojo_input_events_bindings', | 666 'mojo_input_events_bindings', |
| 704 'mojo_input_events_lib', | 667 'mojo_input_events_lib', |
| 705 'mojo_native_viewport_bindings', | 668 'mojo_native_viewport_bindings', |
| 706 'mojo_view_manager_bindings', | 669 'mojo_view_manager_bindings', |
| 707 'mojo_view_manager_common', | 670 'mojo_view_manager_common', |
| 671 '<(mojo_gles2_for_component)', |
| 708 '<(mojo_system_for_component)', | 672 '<(mojo_system_for_component)', |
| 709 ], | 673 ], |
| 710 'sources': [ | 674 'sources': [ |
| 711 'public/cpp/application/lib/mojo_main_chromium.cc', | 675 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 712 'services/view_manager/access_policy.h', | 676 'services/view_manager/access_policy.h', |
| 713 'services/view_manager/access_policy_delegate.h', | 677 'services/view_manager/access_policy_delegate.h', |
| 714 'services/view_manager/default_access_policy.cc', | 678 'services/view_manager/default_access_policy.cc', |
| 715 'services/view_manager/default_access_policy.h', | 679 'services/view_manager/default_access_policy.h', |
| 716 'services/view_manager/window_manager_access_policy.cc', | 680 'services/view_manager/window_manager_access_policy.cc', |
| 717 'services/view_manager/window_manager_access_policy.h', | 681 'services/view_manager/window_manager_access_policy.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 'mojo_system_impl', | 860 'mojo_system_impl', |
| 897 ], | 861 ], |
| 898 'sources': [ | 862 'sources': [ |
| 899 'services/dbus_echo/dbus_echo_service.cc', | 863 'services/dbus_echo/dbus_echo_service.cc', |
| 900 ], | 864 ], |
| 901 }, | 865 }, |
| 902 ], | 866 ], |
| 903 }], | 867 }], |
| 904 ], | 868 ], |
| 905 } | 869 } |
| OLD | NEW |