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

Unified Diff: ui/gl/BUILD.gn

Issue 2189233003: Move last of platform dependent init from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix return values. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_info_collector.cc ('k') | ui/gl/gl.gyp » ('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 6a23f5e304ec13a36df04f50201dae767dc4a120..d2a6c3c3c37ec4bf38198dba62cddeed2647727d 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -87,9 +87,6 @@ component("gl") {
"gl_image_stub.h",
"gl_implementation.cc",
"gl_implementation.h",
- "gl_implementation_android.cc",
- "gl_implementation_mac.cc",
- "gl_implementation_win.cc",
"gl_osmesa_api_implementation.cc",
"gl_osmesa_api_implementation.h",
"gl_share_group.cc",
@@ -175,7 +172,6 @@ component("gl") {
}
if (use_x11) {
sources += [
- "gl_implementation_x11.cc",
"gl_surface_egl_x11.cc",
"gl_surface_egl_x11.h",
"gl_surface_osmesa_x11.cc",
@@ -187,9 +183,6 @@ component("gl") {
"//third_party/angle:libGLESv2",
]
}
- if (use_ozone) {
- sources += [ "gl_implementation_ozone.cc" ]
- }
if (use_glx) {
sources += [
"gl_bindings_autogen_glx.cc",
« no previous file with comments | « gpu/config/gpu_info_collector.cc ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698