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

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: Addressed review feedback and Mac build failure 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'android/surface_texture.h', 48 'android/surface_texture.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_mock_version.cc',
59 'gl_context_mock_version.h',
58 'gl_context_ozone.cc', 60 'gl_context_ozone.cc',
59 'gl_context_osmesa.cc', 61 'gl_context_osmesa.cc',
60 'gl_context_osmesa.h', 62 'gl_context_osmesa.h',
61 'gl_context_stub.cc', 63 'gl_context_stub.cc',
62 'gl_context_stub.h', 64 'gl_context_stub.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',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698