Chromium Code Reviews| Index: chromecast/chromecast.gyp |
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
| index 5c2e49c5225b8af319be5dbddc7f64fb06f3162b..11e58f156dc8334320a12ae24eecb374c8bf9782 100644 |
| --- a/chromecast/chromecast.gyp |
| +++ b/chromecast/chromecast.gyp |
| @@ -41,6 +41,11 @@ |
| 'public/cast_sys_info.h', |
| 'public/chromecast_export.h', |
| 'public/graphics_properties_shlib.h' |
| + 'public/osd_plane.h', |
| + 'public/osd_plane_shlib.h', |
| + 'public/osd_surface.h', |
| + 'public/rect.h', |
|
gunsch
2015/04/27 16:40:27
a nit: this adds a lot of small files, do they nee
halliwell
2015/04/27 20:54:24
Don't need to be, do we have a convention for grou
gunsch
2015/04/27 21:13:53
It looks like *_types.h has a lot of precedent in
halliwell
2015/04/27 21:30:41
Ok, moved to graphics_types.h
|
| + 'public/size.h' |
| ], |
| }, |
| # TODO(gunsch): Remove this fake target once it's either added or no |
| @@ -578,11 +583,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 +622,8 @@ |
| ], |
| 'sources': [ |
| 'graphics/cast_egl_platform_default.cc', |
| - 'graphics/graphics_properties_default.cc' |
| + 'graphics/graphics_properties_default.cc', |
| + 'graphics/osd_plane_default.cc' |
| ], |
| } |
| ] |