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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'android/surface_texture_bridge.h', | 48 'android/surface_texture_bridge.h', |
49 'android/surface_texture_listener.cc', | 49 'android/surface_texture_listener.cc', |
50 'android/surface_texture_listener.h', | 50 'android/surface_texture_listener.h', |
51 'gl_bindings.h', | 51 'gl_bindings.h', |
52 'gl_bindings_skia_in_process.cc', | 52 'gl_bindings_skia_in_process.cc', |
53 'gl_bindings_skia_in_process.h', | 53 'gl_bindings_skia_in_process.h', |
54 'gl_context.cc', | 54 'gl_context.cc', |
55 'gl_context.h', | 55 'gl_context.h', |
56 'gl_context_android.cc', | 56 'gl_context_android.cc', |
57 'gl_context_mac.mm', | 57 'gl_context_mac.mm', |
| 58 'gl_context_ozone.cc', |
58 'gl_context_osmesa.cc', | 59 'gl_context_osmesa.cc', |
59 'gl_context_osmesa.h', | 60 'gl_context_osmesa.h', |
60 'gl_context_stub.cc', | 61 'gl_context_stub.cc', |
61 'gl_context_stub.h', | 62 'gl_context_stub.h', |
62 'gl_context_win.cc', | 63 'gl_context_win.cc', |
63 'gl_context_x11.cc', | 64 'gl_context_x11.cc', |
64 'gl_export.h', | 65 'gl_export.h', |
65 'gl_fence.cc', | 66 'gl_fence.cc', |
66 'gl_fence.h', | 67 'gl_fence.h', |
67 'gl_gl_api_implementation.cc', | 68 'gl_gl_api_implementation.cc', |
68 'gl_gl_api_implementation.h', | 69 'gl_gl_api_implementation.h', |
69 'gl_image.cc', | 70 'gl_image.cc', |
70 'gl_image.h', | 71 'gl_image.h', |
71 'gl_image_android.cc', | 72 'gl_image_android.cc', |
72 'gl_image_mac.cc', | 73 'gl_image_mac.cc', |
| 74 'gl_image_ozone.cc', |
73 'gl_image_stub.cc', | 75 'gl_image_stub.cc', |
74 'gl_image_stub.h', | 76 'gl_image_stub.h', |
75 'gl_image_win.cc', | 77 'gl_image_win.cc', |
76 'gl_image_x11.cc', | 78 'gl_image_x11.cc', |
77 'gl_implementation.cc', | 79 'gl_implementation.cc', |
78 'gl_implementation.h', | 80 'gl_implementation.h', |
79 'gl_implementation_android.cc', | 81 'gl_implementation_android.cc', |
| 82 'gl_implementation_ozone.cc', |
80 'gl_implementation_mac.cc', | 83 'gl_implementation_mac.cc', |
81 'gl_implementation_win.cc', | 84 'gl_implementation_win.cc', |
82 'gl_implementation_x11.cc', | 85 'gl_implementation_x11.cc', |
83 'gl_interface.cc', | 86 'gl_interface.cc', |
84 'gl_interface.h', | 87 'gl_interface.h', |
85 'gl_osmesa_api_implementation.cc', | 88 'gl_osmesa_api_implementation.cc', |
86 'gl_osmesa_api_implementation.h', | 89 'gl_osmesa_api_implementation.h', |
87 'gl_share_group.cc', | 90 'gl_share_group.cc', |
88 'gl_share_group.h', | 91 'gl_share_group.h', |
89 'gl_state_restorer.cc', | 92 'gl_state_restorer.cc', |
90 'gl_state_restorer.h', | 93 'gl_state_restorer.h', |
91 'gl_surface.cc', | 94 'gl_surface.cc', |
92 'gl_surface.h', | 95 'gl_surface.h', |
93 'gl_surface_android.cc', | |
94 'gl_surface_mac.cc', | 96 'gl_surface_mac.cc', |
95 'gl_surface_stub.cc', | 97 'gl_surface_stub.cc', |
96 'gl_surface_stub.h', | 98 'gl_surface_stub.h', |
97 'gl_surface_win.cc', | 99 'gl_surface_win.cc', |
98 'gl_surface_x11.cc', | 100 'gl_surface_x11.cc', |
99 'gl_surface_osmesa.cc', | 101 'gl_surface_osmesa.cc', |
100 'gl_surface_osmesa.h', | 102 'gl_surface_osmesa.h', |
101 'gl_switches.cc', | 103 'gl_switches.cc', |
102 'gl_switches.h', | 104 'gl_switches.h', |
103 'gpu_switching_manager.cc', | 105 'gpu_switching_manager.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 ], | 169 ], |
168 'action': [ | 170 'action': [ |
169 'python', | 171 'python', |
170 '<(generator_path)', | 172 '<(generator_path)', |
171 '--header-paths=<(header_paths)', | 173 '--header-paths=<(header_paths)', |
172 '<(gl_binding_output_dir)', | 174 '<(gl_binding_output_dir)', |
173 ], | 175 ], |
174 }, | 176 }, |
175 ], | 177 ], |
176 'conditions': [ | 178 'conditions': [ |
177 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { | 179 ['OS in ("win", "android", "linux")', { |
178 'sources': [ | 180 'sources': [ |
179 'egl_util.cc', | 181 'egl_util.cc', |
180 'egl_util.h', | 182 'egl_util.h', |
181 'gl_context_egl.cc', | 183 'gl_context_egl.cc', |
182 'gl_context_egl.h', | 184 'gl_context_egl.h', |
183 'gl_surface_egl.cc', | 185 'gl_surface_egl.cc', |
184 'gl_surface_egl.h', | 186 'gl_surface_egl.h', |
185 'gl_egl_api_implementation.cc', | 187 'gl_egl_api_implementation.cc', |
186 'gl_egl_api_implementation.h', | 188 'gl_egl_api_implementation.h', |
187 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', | 189 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 ], | 344 ], |
343 'variables': { | 345 'variables': { |
344 'jni_gen_package': 'ui/gl', | 346 'jni_gen_package': 'ui/gl', |
345 }, | 347 }, |
346 'includes': [ '../../build/jni_generator.gypi' ], | 348 'includes': [ '../../build/jni_generator.gypi' ], |
347 }, | 349 }, |
348 ], | 350 ], |
349 }], | 351 }], |
350 ], | 352 ], |
351 } | 353 } |
OLD | NEW |