Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: ui/gl/gl.gyp

Issue 94963003: Take GL version and extensions correctly into account when binding functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Improve Windows initialization and renderBufferMultisample explanation Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_ozone.cc',
59 'gl_context_osmesa.cc', 59 'gl_context_osmesa.cc',
60 'gl_context_osmesa.h', 60 'gl_context_osmesa.h',
61 'gl_context_stub.cc', 61 'gl_context_stub.cc',
62 'gl_context_stub.h', 62 'gl_context_stub.h',
63 'gl_context_stub_with_extensions.cc',
64 'gl_context_stub_with_extensions.h',
63 'gl_context_win.cc', 65 'gl_context_win.cc',
64 'gl_context_x11.cc', 66 'gl_context_x11.cc',
65 'gl_export.h', 67 'gl_export.h',
66 'gl_fence.cc', 68 'gl_fence.cc',
67 'gl_fence.h', 69 'gl_fence.h',
68 'gl_gl_api_implementation.cc', 70 'gl_gl_api_implementation.cc',
69 'gl_gl_api_implementation.h', 71 'gl_gl_api_implementation.h',
70 'gl_image.cc', 72 'gl_image.cc',
71 'gl_image.h', 73 'gl_image.h',
72 'gl_image_android.cc', 74 'gl_image_android.cc',
(...skipping 26 matching lines...) Expand all
99 'gl_surface.h', 101 'gl_surface.h',
100 'gl_surface_mac.cc', 102 'gl_surface_mac.cc',
101 'gl_surface_stub.cc', 103 'gl_surface_stub.cc',
102 'gl_surface_stub.h', 104 'gl_surface_stub.h',
103 'gl_surface_win.cc', 105 'gl_surface_win.cc',
104 'gl_surface_x11.cc', 106 'gl_surface_x11.cc',
105 'gl_surface_osmesa.cc', 107 'gl_surface_osmesa.cc',
106 'gl_surface_osmesa.h', 108 'gl_surface_osmesa.h',
107 'gl_switches.cc', 109 'gl_switches.cc',
108 'gl_switches.h', 110 'gl_switches.h',
111 'gl_version_info.cc',
112 'gl_version_info.h',
109 'gpu_switching_manager.cc', 113 'gpu_switching_manager.cc',
110 'gpu_switching_manager.h', 114 'gpu_switching_manager.h',
111 'io_surface_support_mac.cc', 115 'io_surface_support_mac.cc',
112 'io_surface_support_mac.h', 116 'io_surface_support_mac.h',
113 'scoped_binders.cc', 117 'scoped_binders.cc',
114 'scoped_binders.h', 118 'scoped_binders.h',
115 'scoped_make_current.cc', 119 'scoped_make_current.cc',
116 'scoped_make_current.h', 120 'scoped_make_current.h',
117 'sync_control_vsync_provider.cc', 121 'sync_control_vsync_provider.cc',
118 'sync_control_vsync_provider.h', 122 'sync_control_vsync_provider.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'variables': { 356 'variables': {
353 'jni_gen_package': 'ui/gl', 357 'jni_gen_package': 'ui/gl',
354 'jni_generator_ptr_type': 'long', 358 'jni_generator_ptr_type': 'long',
355 }, 359 },
356 'includes': [ '../../build/jni_generator.gypi' ], 360 'includes': [ '../../build/jni_generator.gypi' ],
357 }, 361 },
358 ], 362 ],
359 }], 363 }],
360 ], 364 ],
361 } 365 }
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698