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

Unified Diff: ui/ozone/platform/cast/BUILD.gn

Issue 2179163003: Convert Ozone cast to directly create GLSurfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to PBuffer. 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/ozone/platform/cast/cast.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/BUILD.gn
diff --git a/ui/ozone/platform/cast/BUILD.gn b/ui/ozone/platform/cast/BUILD.gn
index 23be42e26fb46b12b7cb7805362caeb71aa82700..1cd1b1f7ce85ae76239a4fc07c9cb510f481cc44 100644
--- a/ui/ozone/platform/cast/BUILD.gn
+++ b/ui/ozone/platform/cast/BUILD.gn
@@ -16,6 +16,8 @@ source_set("cast") {
sources = [
"client_native_pixmap_factory_cast.cc",
"client_native_pixmap_factory_cast.h",
+ "gl_surface_cast.cc",
+ "gl_surface_cast.h",
"gpu_platform_support_cast.cc",
"gpu_platform_support_cast.h",
"overlay_manager_cast.cc",
@@ -26,8 +28,6 @@ source_set("cast") {
"platform_window_cast.h",
"surface_factory_cast.cc",
"surface_factory_cast.h",
- "surface_ozone_egl_cast.cc",
- "surface_ozone_egl_cast.h",
]
defines = [ "OZONE_IMPLEMENTATION" ]
« no previous file with comments | « no previous file | ui/ozone/platform/cast/cast.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698