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

Side by Side Diff: ui/gl/BUILD.gn

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: rebase Created 3 years, 10 months 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 | « gpu/ipc/service/image_transport_surface_overlay_mac.mm ('k') | ui/gl/generate_bindings.py » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/linux/pkg_config.gni") 7 import("//build/config/linux/pkg_config.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "android/scoped_java_surface.cc", 48 "android/scoped_java_surface.cc",
49 "android/scoped_java_surface.h", 49 "android/scoped_java_surface.h",
50 "android/surface_texture.cc", 50 "android/surface_texture.cc",
51 "android/surface_texture.h", 51 "android/surface_texture.h",
52 "android/surface_texture_listener.cc", 52 "android/surface_texture_listener.cc",
53 "android/surface_texture_listener.h", 53 "android/surface_texture_listener.h",
54 "ca_renderer_layer_params.cc", 54 "ca_renderer_layer_params.cc",
55 "ca_renderer_layer_params.h", 55 "ca_renderer_layer_params.h",
56 "gl_bindings.cc", 56 "gl_bindings.cc",
57 "gl_bindings.h", 57 "gl_bindings.h",
58 "gl_bindings_autogen_gl.cc",
59 "gl_bindings_autogen_gl.h", 58 "gl_bindings_autogen_gl.h",
59 "gl_bindings_autogen_gl0.cc",
60 "gl_bindings_autogen_gl1.cc",
61 "gl_bindings_autogen_gl2.cc",
62 "gl_bindings_autogen_gl3.cc",
63 "gl_bindings_autogen_gl4.cc",
60 "gl_bindings_autogen_osmesa.cc", 64 "gl_bindings_autogen_osmesa.cc",
61 "gl_bindings_autogen_osmesa.h", 65 "gl_bindings_autogen_osmesa.h",
62 "gl_context.cc", 66 "gl_context.cc",
63 "gl_context.h", 67 "gl_context.h",
64 "gl_context_osmesa.cc", 68 "gl_context_osmesa.cc",
65 "gl_context_osmesa.h", 69 "gl_context_osmesa.h",
66 "gl_context_stub.cc", 70 "gl_context_stub.cc",
67 "gl_context_stub.h", 71 "gl_context_stub.h",
68 "gl_context_stub_with_extensions.cc",
69 "gl_context_stub_with_extensions.h",
70 "gl_enums.cc", 72 "gl_enums.cc",
71 "gl_enums.h", 73 "gl_enums.h",
72 "gl_enums_implementation_autogen.h", 74 "gl_enums_implementation_autogen.h",
73 "gl_export.h", 75 "gl_export.h",
74 "gl_fence.cc", 76 "gl_fence.cc",
75 "gl_fence.h", 77 "gl_fence.h",
76 "gl_fence_arb.cc", 78 "gl_fence_arb.cc",
77 "gl_fence_arb.h", 79 "gl_fence_arb.h",
78 "gl_fence_nv.cc", 80 "gl_fence_nv.cc",
79 "gl_fence_nv.h", 81 "gl_fence_nv.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "gl_surface_stub.cc", 117 "gl_surface_stub.cc",
116 "gl_surface_stub.h", 118 "gl_surface_stub.h",
117 "gl_switches.cc", 119 "gl_switches.cc",
118 "gl_switches.h", 120 "gl_switches.h",
119 "gl_version_info.cc", 121 "gl_version_info.cc",
120 "gl_version_info.h", 122 "gl_version_info.h",
121 "gpu_switching_manager.cc", 123 "gpu_switching_manager.cc",
122 "gpu_switching_manager.h", 124 "gpu_switching_manager.h",
123 "gpu_timing.cc", 125 "gpu_timing.cc",
124 "gpu_timing.h", 126 "gpu_timing.h",
125 "scoped_api.cc",
126 "scoped_api.h",
127 "scoped_binders.cc", 127 "scoped_binders.cc",
128 "scoped_binders.h", 128 "scoped_binders.h",
129 "scoped_make_current.cc", 129 "scoped_make_current.cc",
130 "scoped_make_current.h", 130 "scoped_make_current.h",
131 "sync_control_vsync_provider.cc", 131 "sync_control_vsync_provider.cc",
132 "sync_control_vsync_provider.h", 132 "sync_control_vsync_provider.h",
133 "trace_util.cc", 133 "trace_util.cc",
134 "trace_util.h", 134 "trace_util.h",
135 ] 135 ]
136 136
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 sources = [ 438 sources = [
439 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 439 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
440 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 440 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
441 ] 441 ]
442 public_deps = [ 442 public_deps = [
443 ":surface_jni_headers", 443 ":surface_jni_headers",
444 ] 444 ]
445 jni_package = "ui/gl" 445 jni_package = "ui/gl"
446 } 446 }
447 } 447 }
OLDNEW
« no previous file with comments | « gpu/ipc/service/image_transport_surface_overlay_mac.mm ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698