Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index 6543a00752599b1b568bb9c53850100d21c3b884..b2a5301b8475f425afe056d88423d16b5d481ef5 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -26,6 +26,15 @@ |
], |
}, |
'targets': [ |
+ # Public API target for OEM partners to replace shlibs. |
+ { |
+ 'target_name': 'cast_public_api', |
+ 'type': '<(component)', |
+ 'sources': [ |
+ 'public/chromecast_export.h', |
+ ], |
+ }, |
+ |
byungchul
2015/03/24 21:06:10
extra blank line
halliwell
2015/03/24 21:19:56
Done.
|
# 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'}, |