OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'gl_surface_x11.cc', | 107 'gl_surface_x11.cc', |
108 'gl_surface_osmesa.cc', | 108 'gl_surface_osmesa.cc', |
109 'gl_surface_osmesa.h', | 109 'gl_surface_osmesa.h', |
110 'gl_surface_ozone.cc', | 110 'gl_surface_ozone.cc', |
111 'gl_switches.cc', | 111 'gl_switches.cc', |
112 'gl_switches.h', | 112 'gl_switches.h', |
113 'gl_version_info.cc', | 113 'gl_version_info.cc', |
114 'gl_version_info.h', | 114 'gl_version_info.h', |
115 'gpu_switching_manager.cc', | 115 'gpu_switching_manager.cc', |
116 'gpu_switching_manager.h', | 116 'gpu_switching_manager.h', |
117 'io_surface_support_mac.cc', | |
118 'io_surface_support_mac.h', | |
119 'scoped_binders.cc', | 117 'scoped_binders.cc', |
120 'scoped_binders.h', | 118 'scoped_binders.h', |
121 'scoped_make_current.cc', | 119 'scoped_make_current.cc', |
122 'scoped_make_current.h', | 120 'scoped_make_current.h', |
123 'sync_control_vsync_provider.cc', | 121 'sync_control_vsync_provider.cc', |
124 'sync_control_vsync_provider.h', | 122 'sync_control_vsync_provider.h', |
125 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 123 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
126 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 124 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
127 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 125 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
128 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', | 126 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'gl_context_cgl.h', | 259 'gl_context_cgl.h', |
262 'gl_image_io_surface.cc', | 260 'gl_image_io_surface.cc', |
263 'gl_image_io_surface.h', | 261 'gl_image_io_surface.h', |
264 'gl_surface_cgl.cc', | 262 'gl_surface_cgl.cc', |
265 'gl_surface_cgl.h', | 263 'gl_surface_cgl.h', |
266 'scoped_cgl.cc', | 264 'scoped_cgl.cc', |
267 'scoped_cgl.h', | 265 'scoped_cgl.h', |
268 ], | 266 ], |
269 'link_settings': { | 267 'link_settings': { |
270 'libraries': [ | 268 'libraries': [ |
| 269 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
271 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 270 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
272 ], | 271 ], |
273 }, | 272 }, |
274 }], | 273 }], |
275 ['OS=="android"', { | 274 ['OS=="android"', { |
276 'dependencies': [ | 275 'dependencies': [ |
277 'gl_jni_headers', | 276 'gl_jni_headers', |
278 ], | 277 ], |
279 'sources': [ | 278 'sources': [ |
280 'gl_image_android_native_buffer.cc', | 279 'gl_image_android_native_buffer.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 ], | 363 ], |
365 'variables': { | 364 'variables': { |
366 'jni_gen_package': 'ui/gl', | 365 'jni_gen_package': 'ui/gl', |
367 }, | 366 }, |
368 'includes': [ '../../build/jni_generator.gypi' ], | 367 'includes': [ '../../build/jni_generator.gypi' ], |
369 }, | 368 }, |
370 ], | 369 ], |
371 }], | 370 }], |
372 ], | 371 ], |
373 } | 372 } |
OLD | NEW |