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

Unified Diff: ui/gl/BUILD.gn

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/transform_util.cc ('k') | ui/gl/egl_util.h » ('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 bbd93634f46bc36d69afdf400a35b82399e5c696..c596f53c9c45511b54b9266c747ce280ebd11ea7 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -81,11 +81,11 @@ component("gl") {
"gl_surface.h",
"gl_surface_android.cc",
"gl_surface_mac.cc",
+ "gl_surface_osmesa.cc",
+ "gl_surface_osmesa.h",
"gl_surface_stub.cc",
"gl_surface_stub.h",
"gl_surface_win.cc",
- "gl_surface_osmesa.cc",
- "gl_surface_osmesa.h",
"gl_switches.cc",
"gl_switches.h",
"gl_version_info.cc",
@@ -159,6 +159,8 @@ component("gl") {
"gl_context_glx.cc",
"gl_context_glx.h",
"gl_context_x11.cc",
+ "gl_egl_api_implementation.cc",
+ "gl_egl_api_implementation.h",
"gl_glx_api_implementation.cc",
"gl_glx_api_implementation.h",
"gl_image_glx.cc",
@@ -167,8 +169,6 @@ component("gl") {
"gl_surface_glx.cc",
"gl_surface_glx.h",
"gl_surface_x11.cc",
- "gl_egl_api_implementation.cc",
- "gl_egl_api_implementation.h",
]
configs += [
@@ -254,9 +254,9 @@ source_set("gl_unittest_utils") {
sources = [
"gl_bindings_autogen_mock.cc",
"gl_bindings_autogen_mock.h",
- "gl_mock_autogen_gl.h",
- "gl_mock.h",
"gl_mock.cc",
+ "gl_mock.h",
+ "gl_mock_autogen_gl.h",
]
configs += [ "//third_party/khronos:khronos_headers" ]
« no previous file with comments | « ui/gfx/transform_util.cc ('k') | ui/gl/egl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698