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

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: 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
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 6543a00752599b1b568bb9c53850100d21c3b884..1a992cdd2b5188fe0ce7b427ced630f0db6bf97b 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -80,6 +80,22 @@
],
},
{
+ 'target_name': 'cast_ozone',
+ 'type': '<(component)',
+ 'sources': [
+ 'ozone/gpu_platform_support_chromecast.cc',
+ 'ozone/gpu_platform_support_chromecast.h',
+ 'ozone/ozone_platform_chromecast.cc',
+ 'ozone/ozone_platform_chromecast.h',
+ 'ozone/platform_window_chromecast.cc',
+ 'ozone/platform_window_chromecast.h',
+ 'ozone/surface_factory_chromecast.cc',
+ 'ozone/surface_factory_chromecast.h',
+ 'ozone/surface_ozone_egl_chromecast.cc',
+ 'ozone/surface_ozone_egl_chromecast.h',
+ ],
+ },
+ {
'target_name': 'cast_shell_resources',
'type': 'none',
'variables': {
@@ -284,6 +300,7 @@
'browser/metrics/external_metrics.h',
],
'dependencies': [
+ 'cast_ozone',
lcwu1 2015/03/27 00:51:42 This new dependency should be in 'cast_shell_core'
'../components/components.gyp:metrics_serialization',
],
}],
« no previous file with comments | « no previous file | chromecast/ozone/chromecast_egl_platform.h » ('j') | chromecast/ozone/chromecast_egl_platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698