Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index b5fd7bcf9e6560dd820aa185e405f25e809dd5f0..0d9afbba7be0ce555115908e353e52c411dd2b81 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -18,6 +18,11 @@ |
], |
}, |
'targets': [ |
+ # TODO(gunsch): Remove these fake targets once they're either added or no |
+ # longer referenced from internal code. |
+ {'target_name': 'cast_media_audio', 'type': 'none'}, |
+ {'target_name': 'cast_port_impl', 'type': 'none'}, |
+ |
{ |
'target_name': 'cast_base', |
'type': '<(component)', |