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

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

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: rebased, rename setGLWorkarounds to set_gl_workarounds Created 3 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/config/gpu_driver_bug_workaround_type.h ('k') | ui/gl/gl_context.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/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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "gl_surface_overlay.cc", 115 "gl_surface_overlay.cc",
116 "gl_surface_overlay.h", 116 "gl_surface_overlay.h",
117 "gl_surface_stub.cc", 117 "gl_surface_stub.cc",
118 "gl_surface_stub.h", 118 "gl_surface_stub.h",
119 "gl_switches.cc", 119 "gl_switches.cc",
120 "gl_switches.h", 120 "gl_switches.h",
121 "gl_utils.cc", 121 "gl_utils.cc",
122 "gl_utils.h", 122 "gl_utils.h",
123 "gl_version_info.cc", 123 "gl_version_info.cc",
124 "gl_version_info.h", 124 "gl_version_info.h",
125 "gl_workarounds.h",
125 "gpu_switching_manager.cc", 126 "gpu_switching_manager.cc",
126 "gpu_switching_manager.h", 127 "gpu_switching_manager.h",
127 "gpu_timing.cc", 128 "gpu_timing.cc",
128 "gpu_timing.h", 129 "gpu_timing.h",
129 "scoped_binders.cc", 130 "scoped_binders.cc",
130 "scoped_binders.h", 131 "scoped_binders.h",
131 "scoped_make_current.cc", 132 "scoped_make_current.cc",
132 "scoped_make_current.h", 133 "scoped_make_current.h",
133 "sync_control_vsync_provider.cc", 134 "sync_control_vsync_provider.cc",
134 "sync_control_vsync_provider.h", 135 "sync_control_vsync_provider.h",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 sources = [ 451 sources = [
451 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 452 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
452 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 453 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
453 ] 454 ]
454 public_deps = [ 455 public_deps = [
455 ":surface_jni_headers", 456 ":surface_jni_headers",
456 ] 457 ]
457 jni_package = "ui/gl" 458 jni_package = "ui/gl"
458 } 459 }
459 } 460 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698