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

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

Issue 2103123002: Move static GL binding initialization to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/gpu_channel_unittest.cc ('k') | ui/gl/angle_platform_impl.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 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/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 use_egl = is_win || is_android || is_linux 9 use_egl = is_win || is_android || is_linux
10 use_glx = use_x11 10 use_glx = use_x11
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "scoped_make_current.h", 120 "scoped_make_current.h",
121 "sync_control_vsync_provider.cc", 121 "sync_control_vsync_provider.cc",
122 "sync_control_vsync_provider.h", 122 "sync_control_vsync_provider.h",
123 "trace_util.cc", 123 "trace_util.cc",
124 "trace_util.h", 124 "trace_util.h",
125 ] 125 ]
126 126
127 configs += [ "//build/config:precompiled_headers" ] 127 configs += [ "//build/config:precompiled_headers" ]
128 defines = [ "GL_IMPLEMENTATION" ] 128 defines = [ "GL_IMPLEMENTATION" ]
129 129
130 include_dirs = [ 130 include_dirs = [ "//third_party/mesa/src/include" ]
131 "//third_party/swiftshader/include",
132 "//third_party/mesa/src/include",
133 ]
134 131
135 all_dependent_configs = [ ":gl_config" ] 132 all_dependent_configs = [ ":gl_config" ]
136 133
137 public_configs = [ "//third_party/khronos:khronos_headers" ] 134 public_configs = [ "//third_party/khronos:khronos_headers" ]
138 135
139 deps = [ 136 deps = [
140 "//base/third_party/dynamic_annotations", 137 "//base/third_party/dynamic_annotations",
141 ] 138 ]
142 public_deps = [ 139 public_deps = [
143 "//base", 140 "//base",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 sources = [ 409 sources = [
413 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 410 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
414 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 411 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
415 ] 412 ]
416 public_deps = [ 413 public_deps = [
417 ":surface_jni_headers", 414 ":surface_jni_headers",
418 ] 415 ]
419 jni_package = "ui/gl" 416 jni_package = "ui/gl"
420 } 417 }
421 } 418 }
OLDNEW
« no previous file with comments | « gpu/ipc/service/gpu_channel_unittest.cc ('k') | ui/gl/angle_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698