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

Unified Diff: ui/gl/BUILD.gn

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Fix copyright notice on new files Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.cc ('k') | ui/gl/gl_context_osmesa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index a1f9c69511a6264fbea29bb938c2a3d32219820b..48ad007733e5490371e1ccd3fd8ed7fb3b4959af 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -106,6 +106,8 @@ component("gl") {
"gl_stub_autogen_gl.h",
"gl_surface.cc",
"gl_surface.h",
+ "gl_surface_format.cc",
+ "gl_surface_format.h",
"gl_surface_osmesa.cc",
"gl_surface_osmesa.h",
"gl_surface_overlay.cc",
@@ -364,6 +366,7 @@ test("gl_unittests") {
"gl_api_unittest.cc",
"gl_image_ref_counted_memory_unittest.cc",
"gl_image_shared_memory_unittest.cc",
+ "gl_surface_format_unittest.cc",
"gl_version_info_unittest.cc",
"gpu_timing_unittest.cc",
]
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.cc ('k') | ui/gl/gl_context_osmesa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698