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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'gl_bindings_skia_in_process.h', | 42 'gl_bindings_skia_in_process.h', |
43 'gl_context.cc', | 43 'gl_context.cc', |
44 'gl_context.h', | 44 'gl_context.h', |
45 'gl_context_android.cc', | 45 'gl_context_android.cc', |
46 'gl_context_linux.cc', | 46 'gl_context_linux.cc', |
47 'gl_context_mac.mm', | 47 'gl_context_mac.mm', |
48 'gl_context_osmesa.cc', | 48 'gl_context_osmesa.cc', |
49 'gl_context_osmesa.h', | 49 'gl_context_osmesa.h', |
50 'gl_context_stub.cc', | 50 'gl_context_stub.cc', |
51 'gl_context_stub.h', | 51 'gl_context_stub.h', |
| 52 'gl_context_virtual.cc', |
| 53 'gl_context_virtual.h', |
52 'gl_context_win.cc', | 54 'gl_context_win.cc', |
53 'gl_export.h', | 55 'gl_export.h', |
54 'gl_fence.cc', | 56 'gl_fence.cc', |
55 'gl_fence.h', | 57 'gl_fence.h', |
56 'gl_gl_api_implementation.cc', | 58 'gl_gl_api_implementation.cc', |
57 'gl_gl_api_implementation.h', | 59 'gl_gl_api_implementation.h', |
58 'gl_image.cc', | 60 'gl_image.cc', |
59 'gl_image.h', | 61 'gl_image.h', |
60 'gl_image_android.cc', | 62 'gl_image_android.cc', |
61 'gl_image_linux.cc', | 63 'gl_image_linux.cc', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 ], | 233 ], |
232 'defines': [ | 234 'defines': [ |
233 'GL_GLEXT_PROTOTYPES', | 235 'GL_GLEXT_PROTOTYPES', |
234 'EGL_EGLEXT_PROTOTYPES', | 236 'EGL_EGLEXT_PROTOTYPES', |
235 ], | 237 ], |
236 }], | 238 }], |
237 ], | 239 ], |
238 }, | 240 }, |
239 ], | 241 ], |
240 } | 242 } |
OLD | NEW |