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

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

Issue 1037793003: nacl sdk: add PPB_VideoEncoder example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
(Empty)
1 {
2 'TARGETS': [
3 {
4 'NAME' : 'video_encode',
5 'TYPE' : 'main',
6 'SOURCES' : [
7 'video_encode.cc',
8 ],
9 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
10 }
11 ],
12 'DATA': [
13 'example.js'
14 ],
15 'DEST': 'examples/api',
16 'NAME': 'video_encode',
17 'TITLE': 'Video Encode',
18 'GROUP': 'API',
19 'PERMISSIONS': ['videoCapture'],
20 'MIN_CHROME_VERSION': '43.0.0.0'
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698