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

Unified Diff: chromecast/chromecast.gyp

Issue 1025453002: Implement common Ozone interface for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address lcwu comments Created 5 years, 9 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 | chromecast/ozone/cast_egl_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 98df0ee47ef66b69d336341824e69fc1df2ca0a2..b48e1d9f7cbc9035083f4bf8e5dd4d36e516b896 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -88,6 +88,22 @@
],
},
{
+ 'target_name': 'cast_ozone',
+ 'type': '<(component)',
+ 'sources': [
+ 'ozone/gpu_platform_support_cast.cc',
+ 'ozone/gpu_platform_support_cast.h',
+ 'ozone/ozone_platform_cast.cc',
+ 'ozone/ozone_platform_cast.h',
+ 'ozone/platform_window_cast.cc',
+ 'ozone/platform_window_cast.h',
+ 'ozone/surface_factory_cast.cc',
+ 'ozone/surface_factory_cast.h',
+ 'ozone/surface_ozone_egl_cast.cc',
+ 'ozone/surface_ozone_egl_cast.h',
+ ],
+ },
+ {
'target_name': 'cast_shell_resources',
'type': 'none',
'variables': {
@@ -527,6 +543,7 @@
'target_name': 'cast_shell_core',
'type': '<(component)',
'dependencies': [
+ 'cast_ozone',
'cast_shell_media',
'cast_shell_common',
'media/media.gyp:cast_media',
« no previous file with comments | « no previous file | chromecast/ozone/cast_egl_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698