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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'media_stream_video', 5 'NAME' : 'media_stream_video',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'media_stream_video.cc', 8 'media_stream_video.cc',
9 ], 9 ],
10 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread'] 10 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
11 } 11 }
12 ], 12 ],
13 'DATA': [ 13 'DATA': [
14 'example.js' 14 'example.js'
15 ], 15 ],
16 'DEST': 'examples/api', 16 'DEST': 'examples/api',
17 'NAME': 'media_stream_video', 17 'NAME': 'media_stream_video',
18 'TITLE': 'MediaStream Video', 18 'TITLE': 'MediaStream Video',
19 'GROUP': 'API' 19 'GROUP': 'API',
20 'MIN_CHROME_VERSION': '35.0.0.0'
20 } 21 }
21 22
22 23
23 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698