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

Side by Side Diff: native_client_sdk/src/examples/api/media_stream_video/example.dsc

Issue 1374513002: Add missing app permissions to media stream examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_audio/example.dsc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TARGETS': [ 2 'TARGETS': [
3 { 3 {
4 'NAME' : 'media_stream_video', 4 'NAME' : 'media_stream_video',
5 'TYPE' : 'main', 5 'TYPE' : 'main',
6 'SOURCES' : [ 6 'SOURCES' : [
7 'media_stream_video.cc', 7 'media_stream_video.cc',
8 ], 8 ],
9 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread'] 9 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
10 } 10 }
11 ], 11 ],
12 'DATA': [ 12 'DATA': [
13 'example.js' 13 'example.js'
14 ], 14 ],
15 'DEST': 'examples/api', 15 'DEST': 'examples/api',
16 'NAME': 'media_stream_video', 16 'NAME': 'media_stream_video',
17 'TITLE': 'MediaStream Video', 17 'TITLE': 'MediaStream Video',
18 'GROUP': 'API', 18 'GROUP': 'API',
19 'MIN_CHROME_VERSION': '35.0.0.0' 19 'MIN_CHROME_VERSION': '35.0.0.0',
20 'PERMISSIONS': ['videoCapture']
20 } 21 }
21
22
23
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_audio/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698