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

Unified Diff: ui/ozone/platform/cast/cast.gypi

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 | « ui/ozone/platform/cast/BUILD.gn ('k') | ui/ozone/platform/cast/gl_surface_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/cast.gypi
diff --git a/ui/ozone/platform/cast/cast.gypi b/ui/ozone/platform/cast/cast.gypi
index a0dbd6e1e695190753a9a6f193e69347251e4a01..9eba5499573e9306376a7d1f4345c52df2e94b84 100644
--- a/ui/ozone/platform/cast/cast.gypi
+++ b/ui/ozone/platform/cast/cast.gypi
@@ -40,6 +40,8 @@
'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',
@@ -50,8 +52,6 @@
'platform_window_cast.h',
'surface_factory_cast.cc',
'surface_factory_cast.h',
- 'surface_ozone_egl_cast.cc',
- 'surface_ozone_egl_cast.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « ui/ozone/platform/cast/BUILD.gn ('k') | ui/ozone/platform/cast/gl_surface_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698