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

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

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: workaround at gl_gl_api_implementation.cc Created 3 years, 6 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
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "gl_bindings_autogen_gl.cc", 61 "gl_bindings_autogen_gl.cc",
62 "gl_bindings_autogen_gl.h", 62 "gl_bindings_autogen_gl.h",
63 "gl_bindings_autogen_osmesa.cc", 63 "gl_bindings_autogen_osmesa.cc",
64 "gl_bindings_autogen_osmesa.h", 64 "gl_bindings_autogen_osmesa.h",
65 "gl_context.cc", 65 "gl_context.cc",
66 "gl_context.h", 66 "gl_context.h",
67 "gl_context_osmesa.cc", 67 "gl_context_osmesa.cc",
68 "gl_context_osmesa.h", 68 "gl_context_osmesa.h",
69 "gl_context_stub.cc", 69 "gl_context_stub.cc",
70 "gl_context_stub.h", 70 "gl_context_stub.h",
71 "gl_driver_workarounds.cc",
72 "gl_driver_workarounds.h",
71 "gl_enums.cc", 73 "gl_enums.cc",
72 "gl_enums.h", 74 "gl_enums.h",
73 "gl_enums_implementation_autogen.h", 75 "gl_enums_implementation_autogen.h",
74 "gl_export.h", 76 "gl_export.h",
75 "gl_fence.cc", 77 "gl_fence.cc",
76 "gl_fence.h", 78 "gl_fence.h",
77 "gl_fence_arb.cc", 79 "gl_fence_arb.cc",
78 "gl_fence_arb.h", 80 "gl_fence_arb.h",
79 "gl_fence_nv.cc", 81 "gl_fence_nv.cc",
80 "gl_fence_nv.h", 82 "gl_fence_nv.h",
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 sources = [ 451 sources = [
450 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 452 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
451 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 453 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
452 ] 454 ]
453 public_deps = [ 455 public_deps = [
454 ":surface_jni_headers", 456 ":surface_jni_headers",
455 ] 457 ]
456 jni_package = "ui/gl" 458 jni_package = "ui/gl"
457 } 459 }
458 } 460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698