| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index 6543a00752599b1b568bb9c53850100d21c3b884..98df0ee47ef66b69d336341824e69fc1df2ca0a2 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -26,6 +26,14 @@
|
| ],
|
| },
|
| 'targets': [
|
| + # Public API target for OEM partners to replace shlibs.
|
| + {
|
| + 'target_name': 'cast_public_api',
|
| + 'type': '<(component)',
|
| + 'sources': [
|
| + 'public/chromecast_export.h',
|
| + ],
|
| + },
|
| # TODO(gunsch): Remove this fake target once it's either added or no
|
| # longer referenced from internal code.
|
| {'target_name': 'cast_media_audio', 'type': 'none'},
|
|
|