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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'gl_bindings_autogen_gl.cc', | 45 'gl_bindings_autogen_gl.cc', |
46 'gl_bindings_autogen_gl.h', | 46 'gl_bindings_autogen_gl.h', |
47 'gl_bindings_autogen_osmesa.cc', | 47 'gl_bindings_autogen_osmesa.cc', |
48 'gl_bindings_autogen_osmesa.h', | 48 'gl_bindings_autogen_osmesa.h', |
49 'gl_bindings_skia_in_process.cc', | 49 'gl_bindings_skia_in_process.cc', |
50 'gl_bindings_skia_in_process.h', | 50 'gl_bindings_skia_in_process.h', |
51 'gl_context.cc', | 51 'gl_context.cc', |
52 'gl_context.h', | 52 'gl_context.h', |
53 'gl_context_android.cc', | 53 'gl_context_android.cc', |
54 'gl_context_mac.mm', | 54 'gl_context_mac.mm', |
55 'gl_context_ozone.cc', | |
56 'gl_context_osmesa.cc', | 55 'gl_context_osmesa.cc', |
57 'gl_context_osmesa.h', | 56 'gl_context_osmesa.h', |
| 57 'gl_context_ozone.cc', |
58 'gl_context_stub.cc', | 58 'gl_context_stub.cc', |
59 'gl_context_stub.h', | 59 'gl_context_stub.h', |
60 'gl_context_stub_with_extensions.cc', | 60 'gl_context_stub_with_extensions.cc', |
61 'gl_context_stub_with_extensions.h', | 61 'gl_context_stub_with_extensions.h', |
62 'gl_context_win.cc', | 62 'gl_context_win.cc', |
63 'gl_context_x11.cc', | 63 'gl_context_x11.cc', |
64 'gl_enums.cc', | 64 'gl_enums.cc', |
65 'gl_enums.h', | 65 'gl_enums.h', |
66 'gl_enums_implementation_autogen.h', | 66 'gl_enums_implementation_autogen.h', |
67 'gl_export.h', | 67 'gl_export.h', |
(...skipping 10 matching lines...) Expand all Loading... |
78 'gl_image_memory.h', | 78 'gl_image_memory.h', |
79 'gl_image_ref_counted_memory.cc', | 79 'gl_image_ref_counted_memory.cc', |
80 'gl_image_ref_counted_memory.h', | 80 'gl_image_ref_counted_memory.h', |
81 'gl_image_shared_memory.cc', | 81 'gl_image_shared_memory.cc', |
82 'gl_image_shared_memory.h', | 82 'gl_image_shared_memory.h', |
83 'gl_image_stub.cc', | 83 'gl_image_stub.cc', |
84 'gl_image_stub.h', | 84 'gl_image_stub.h', |
85 'gl_implementation.cc', | 85 'gl_implementation.cc', |
86 'gl_implementation.h', | 86 'gl_implementation.h', |
87 'gl_implementation_android.cc', | 87 'gl_implementation_android.cc', |
| 88 'gl_implementation_mac.cc', |
88 'gl_implementation_ozone.cc', | 89 'gl_implementation_ozone.cc', |
89 'gl_implementation_mac.cc', | |
90 'gl_implementation_win.cc', | 90 'gl_implementation_win.cc', |
91 'gl_implementation_x11.cc', | 91 'gl_implementation_x11.cc', |
92 'gl_osmesa_api_implementation.cc', | 92 'gl_osmesa_api_implementation.cc', |
93 'gl_osmesa_api_implementation.h', | 93 'gl_osmesa_api_implementation.h', |
94 'gl_share_group.cc', | 94 'gl_share_group.cc', |
95 'gl_share_group.h', | 95 'gl_share_group.h', |
96 'gl_state_restorer.cc', | 96 'gl_state_restorer.cc', |
97 'gl_state_restorer.h', | 97 'gl_state_restorer.h', |
98 'gl_surface.cc', | 98 'gl_surface.cc', |
99 'gl_surface.h', | 99 'gl_surface.h', |
100 'gl_surface_android.cc', | 100 'gl_surface_android.cc', |
101 'gl_surface_mac.cc', | 101 'gl_surface_mac.cc', |
| 102 'gl_surface_osmesa.cc', |
| 103 'gl_surface_osmesa.h', |
| 104 'gl_surface_ozone.cc', |
102 'gl_surface_stub.cc', | 105 'gl_surface_stub.cc', |
103 'gl_surface_stub.h', | 106 'gl_surface_stub.h', |
104 'gl_surface_win.cc', | 107 'gl_surface_win.cc', |
105 'gl_surface_x11.cc', | 108 'gl_surface_x11.cc', |
106 'gl_surface_osmesa.cc', | |
107 'gl_surface_osmesa.h', | |
108 'gl_surface_ozone.cc', | |
109 'gl_switches.cc', | 109 'gl_switches.cc', |
110 'gl_switches.h', | 110 'gl_switches.h', |
111 'gl_version_info.cc', | 111 'gl_version_info.cc', |
112 'gl_version_info.h', | 112 'gl_version_info.h', |
113 'gpu_switching_manager.cc', | 113 'gpu_switching_manager.cc', |
114 'gpu_switching_manager.h', | 114 'gpu_switching_manager.h', |
115 'gpu_switching_observer.h', | 115 'gpu_switching_observer.h', |
116 'scoped_binders.cc', | 116 'scoped_binders.cc', |
117 'scoped_binders.h', | 117 'scoped_binders.h', |
118 'scoped_make_current.cc', | 118 'scoped_make_current.cc', |
119 'scoped_make_current.h', | 119 'scoped_make_current.h', |
120 'sync_control_vsync_provider.cc', | 120 'sync_control_vsync_provider.cc', |
121 'sync_control_vsync_provider.h', | 121 'sync_control_vsync_provider.h', |
122 ], | 122 ], |
123 'conditions': [ | 123 'conditions': [ |
124 ['OS in ("win", "android", "linux")', { | 124 ['OS in ("win", "android", "linux")', { |
125 'sources': [ | 125 'sources': [ |
126 'egl_util.cc', | 126 'egl_util.cc', |
127 'egl_util.h', | 127 'egl_util.h', |
128 'gl_bindings_autogen_egl.cc', | 128 'gl_bindings_autogen_egl.cc', |
129 'gl_bindings_autogen_egl.h', | 129 'gl_bindings_autogen_egl.h', |
130 'gl_context_egl.cc', | 130 'gl_context_egl.cc', |
131 'gl_context_egl.h', | 131 'gl_context_egl.h', |
| 132 'gl_egl_api_implementation.cc', |
| 133 'gl_egl_api_implementation.h', |
132 'gl_fence_egl.cc', | 134 'gl_fence_egl.cc', |
133 'gl_fence_egl.h', | 135 'gl_fence_egl.h', |
134 'gl_image_egl.cc', | 136 'gl_image_egl.cc', |
135 'gl_image_egl.h', | 137 'gl_image_egl.h', |
136 'gl_surface_egl.cc', | 138 'gl_surface_egl.cc', |
137 'gl_surface_egl.h', | 139 'gl_surface_egl.h', |
138 'gl_egl_api_implementation.cc', | |
139 'gl_egl_api_implementation.h', | |
140 ], | 140 ], |
141 'include_dirs': [ | 141 'include_dirs': [ |
142 '<(DEPTH)/third_party/khronos', | 142 '<(DEPTH)/third_party/khronos', |
143 ], | 143 ], |
144 }], | 144 }], |
145 ['OS in ("android", "linux")', { | 145 ['OS in ("android", "linux")', { |
146 'sources': [ | 146 'sources': [ |
147 'gl_implementation_osmesa.cc', | 147 'gl_implementation_osmesa.cc', |
148 'gl_implementation_osmesa.h', | 148 'gl_implementation_osmesa.h', |
149 ], | 149 ], |
150 }], | 150 }], |
151 ['OS=="linux"', { | 151 ['OS=="linux"', { |
152 'sources': [ | 152 'sources': [ |
153 'gl_image_linux_dma_buffer.cc', | 153 'gl_image_linux_dma_buffer.cc', |
154 'gl_image_linux_dma_buffer.h', | 154 'gl_image_linux_dma_buffer.h', |
155 ], | 155 ], |
156 }], | 156 }], |
157 ['use_x11 == 1', { | 157 ['use_x11 == 1', { |
158 'sources': [ | 158 'sources': [ |
159 'gl_bindings_autogen_glx.cc', | 159 'gl_bindings_autogen_glx.cc', |
160 'gl_bindings_autogen_glx.h', | 160 'gl_bindings_autogen_glx.h', |
161 'gl_context_glx.cc', | 161 'gl_context_glx.cc', |
162 'gl_context_glx.h', | 162 'gl_context_glx.h', |
| 163 'gl_egl_api_implementation.cc', |
| 164 'gl_egl_api_implementation.h', |
163 'gl_glx_api_implementation.cc', | 165 'gl_glx_api_implementation.cc', |
164 'gl_glx_api_implementation.h', | 166 'gl_glx_api_implementation.h', |
165 'gl_image_glx.cc', | 167 'gl_image_glx.cc', |
166 'gl_image_glx.h', | 168 'gl_image_glx.h', |
167 'gl_surface_glx.cc', | 169 'gl_surface_glx.cc', |
168 'gl_surface_glx.h', | 170 'gl_surface_glx.h', |
169 'gl_egl_api_implementation.cc', | |
170 'gl_egl_api_implementation.h', | |
171 ], | 171 ], |
172 'all_dependent_settings': { | 172 'all_dependent_settings': { |
173 'defines': [ | 173 'defines': [ |
174 'GL_GLEXT_PROTOTYPES', | 174 'GL_GLEXT_PROTOTYPES', |
175 ], | 175 ], |
176 }, | 176 }, |
177 'dependencies': [ | 177 'dependencies': [ |
178 '<(DEPTH)/build/linux/system.gyp:x11', | 178 '<(DEPTH)/build/linux/system.gyp:x11', |
179 '<(DEPTH)/build/linux/system.gyp:xcomposite', | 179 '<(DEPTH)/build/linux/system.gyp:xcomposite', |
180 '<(DEPTH)/build/linux/system.gyp:xext', | 180 '<(DEPTH)/build/linux/system.gyp:xext', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 '../../testing/gmock.gyp:gmock', | 273 '../../testing/gmock.gyp:gmock', |
274 '../../third_party/khronos/khronos.gyp:khronos_headers', | 274 '../../third_party/khronos/khronos.gyp:khronos_headers', |
275 'gl', | 275 'gl', |
276 ], | 276 ], |
277 'include_dirs': [ | 277 'include_dirs': [ |
278 '../..', | 278 '../..', |
279 ], | 279 ], |
280 'sources': [ | 280 'sources': [ |
281 'gl_bindings_autogen_mock.cc', | 281 'gl_bindings_autogen_mock.cc', |
282 'gl_bindings_autogen_mock.h', | 282 'gl_bindings_autogen_mock.h', |
| 283 'gl_mock.cc', |
| 284 'gl_mock.h', |
283 'gl_mock_autogen_gl.h', | 285 'gl_mock_autogen_gl.h', |
284 'gl_mock.h', | |
285 'gl_mock.cc', | |
286 ], | 286 ], |
287 }, | 287 }, |
288 ], | 288 ], |
289 'conditions': [ | 289 'conditions': [ |
290 ['OS=="android"' , { | 290 ['OS=="android"' , { |
291 'targets': [ | 291 'targets': [ |
292 { | 292 { |
293 'target_name': 'surface_jni_headers', | 293 'target_name': 'surface_jni_headers', |
294 'type': 'none', | 294 'type': 'none', |
295 'variables': { | 295 'variables': { |
(...skipping 14 matching lines...) Expand all Loading... |
310 ], | 310 ], |
311 'variables': { | 311 'variables': { |
312 'jni_gen_package': 'ui/gl', | 312 'jni_gen_package': 'ui/gl', |
313 }, | 313 }, |
314 'includes': [ '../../build/jni_generator.gypi' ], | 314 'includes': [ '../../build/jni_generator.gypi' ], |
315 }, | 315 }, |
316 ], | 316 ], |
317 }], | 317 }], |
318 ], | 318 ], |
319 } | 319 } |
OLD | NEW |