Chromium Code Reviews| Index: native_client_sdk/src/examples/api/media_stream_video/example.dsc |
| diff --git a/native_client_sdk/src/examples/api/media_stream_video/example.dsc b/native_client_sdk/src/examples/api/media_stream_video/example.dsc |
| index cc88d6b5e840786f8385594caeabd932a6163448..1011b9cdf33aced83810e25794418bda122551c2 100644 |
| --- a/native_client_sdk/src/examples/api/media_stream_video/example.dsc |
| +++ b/native_client_sdk/src/examples/api/media_stream_video/example.dsc |
| @@ -16,7 +16,8 @@ |
| 'DEST': 'examples/api', |
| 'NAME': 'media_stream_video', |
| 'TITLE': 'MediaStream Video', |
| - 'GROUP': 'API' |
| + 'GROUP': 'API', |
| + 'MIN_CHROME_VERSION': '35.0.0.0' |
|
Sam Clegg
2014/06/05 19:33:12
Why are you specifying this if stable is 35 alread
binji
2014/06/05 20:22:39
I suppose it is unnecessary, but I wanted to test
|
| } |