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

Unified Diff: chromecast/chromecast.gyp

Issue 1104853002: Adds public API and loads Cast OSD plane implementation from shared lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some nits Created 5 years, 8 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/graphics/osd_plane_default.cc » ('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 5c2e49c5225b8af319be5dbddc7f64fb06f3162b..a9892ab23b9a3ec50fb248666d6c07416fd69560 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -40,7 +40,11 @@
'public/cast_egl_platform_shlib.h',
'public/cast_sys_info.h',
'public/chromecast_export.h',
- 'public/graphics_properties_shlib.h'
+ 'public/graphics_properties_shlib.h',
+ 'public/graphics_types.h',
+ 'public/osd_plane.h',
+ 'public/osd_plane_shlib.h',
+ 'public/osd_surface.h',
],
},
# TODO(gunsch): Remove this fake target once it's either added or no
@@ -578,11 +582,7 @@
'media/media.gyp:cast_media',
],
'conditions': [
- ['chromecast_branding=="Chrome"', {
- 'dependencies': [
- 'internal/chromecast_internal.gyp:cast_gfx_internal',
- ],
- }, {
+ ['chromecast_branding!="Chrome"', {
'dependencies': [
'../ui/ozone/ozone.gyp:eglplatform_shim_x11',
],
@@ -621,7 +621,8 @@
],
'sources': [
'graphics/cast_egl_platform_default.cc',
- 'graphics/graphics_properties_default.cc'
+ 'graphics/graphics_properties_default.cc',
+ 'graphics/osd_plane_default.cc'
],
}
]
« no previous file with comments | « no previous file | chromecast/graphics/osd_plane_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698