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

Unified Diff: ui/gl/BUILD.gn

Issue 2136553002: Remove GetPlatformDefaultEGLNativeDisplay() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to original. 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 | « no previous file | ui/gl/egl_api_unittest.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 6ad42da7ec8b156a920fe38dfe56a1df0348cccf..94a1554fade010faf0c13c198fc0b817e7a99f52 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -166,8 +166,6 @@ component("gl") {
"gl_image_egl.h",
"gl_surface_egl.cc",
"gl_surface_egl.h",
- "gl_surface_egl_android.cc",
- "gl_surface_egl_win.cc",
]
}
if (is_android || is_linux) {
@@ -195,7 +193,6 @@ component("gl") {
"gl_image_ozone_native_pixmap.cc",
"gl_image_ozone_native_pixmap.h",
"gl_implementation_ozone.cc",
- "gl_surface_egl_ozone.cc",
]
deps += [ "//ui/ozone" ]
« no previous file with comments | « no previous file | ui/gl/egl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698