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

Unified Diff: ui/gl/BUILD.gn

Issue 2037793002: Move GLContext creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_init
Patch Set: Change to scoped_refptr. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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 43d3ab2c0e2d18aba9dc91cdc56391b3e519ebf4..159a5b75463ea017eb2616d5acf222b56f87e667 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -46,15 +46,12 @@ component("gl") {
"gl_bindings_autogen_osmesa.h",
"gl_context.cc",
"gl_context.h",
- "gl_context_android.cc",
- "gl_context_mac.mm",
"gl_context_osmesa.cc",
"gl_context_osmesa.h",
"gl_context_stub.cc",
"gl_context_stub.h",
"gl_context_stub_with_extensions.cc",
"gl_context_stub_with_extensions.h",
- "gl_context_win.cc",
"gl_enums.cc",
"gl_enums.h",
"gl_enums_implementation_autogen.h",
@@ -171,7 +168,6 @@ component("gl") {
}
if (use_x11) {
sources += [
- "gl_context_x11.cc",
"gl_implementation_x11.cc",
"gl_surface_egl_x11.cc",
"gl_surface_egl_x11.h",
@@ -187,7 +183,6 @@ component("gl") {
}
if (use_ozone) {
sources += [
- "gl_context_ozone.cc",
"gl_image_ozone_native_pixmap.cc",
"gl_image_ozone_native_pixmap.h",
"gl_implementation_ozone.cc",
« no previous file with comments | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698