Chromium Code Reviews| Index: chromecast/chromecast.gyp |
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
| index 5b7ffe40cbd11f4da04d3e2ee538b3df4f76a7bb..ad88a72b826a759de95d90b12bbc0f3344522c3c 100644 |
| --- a/chromecast/chromecast.gyp |
| +++ b/chromecast/chromecast.gyp |
| @@ -246,5 +246,12 @@ |
| }, |
| ], |
| }, |
| + { |
| + 'target_name': 'cast_tests', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'media/media.gyp:cast_media_unittests', |
| + ], |
| + }, |
| ], # end of targets |
| } |