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', |
+ 'public/size.h' |
byungchul
2015/04/27 21:42:14
not updated.
halliwell
2015/04/27 22:17:33
Done.
|
], |
}, |
# 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' |
], |
} |
] |