Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index 6543a00752599b1b568bb9c53850100d21c3b884..da9951aee0fbaceaf27797f4076b74a3f55b9656 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': [ |
+ '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'}, |