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