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

Unified 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: Update after binji's review 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/api/video_encode/example.dsc
diff --git a/native_client_sdk/src/examples/api/video_encode/example.dsc b/native_client_sdk/src/examples/api/video_encode/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..081b5e143a7a43f784ab84918845608e893f3b18
--- /dev/null
+++ b/native_client_sdk/src/examples/api/video_encode/example.dsc
@@ -0,0 +1,21 @@
+{
+ 'TARGETS': [
+ {
+ 'NAME' : 'video_encode',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'video_encode.cc',
+ ],
+ 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DATA': [
+ 'example.js'
+ ],
+ 'DEST': 'examples/api',
+ 'NAME': 'video_encode',
+ 'TITLE': 'Video Encode',
+ 'GROUP': 'API',
+ 'PERMISSIONS': ['videoCapture'],
+ 'MIN_CHROME_VERSION': '43.0.0.0'
+}
« no previous file with comments | « native_client_sdk/src/build_tools/test_projects.py ('k') | native_client_sdk/src/examples/api/video_encode/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698