Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: native_client_sdk/src/examples/api/media_stream_video/example.dsc

Issue 318823002: [NaCl SDK] Don't set minimum_chrome_version for most examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
}

Powered by Google App Engine
This is Rietveld 408576698