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

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

Issue 1731273002: ppapi: PPB_VpnProvider: Add a simple NaCl SDK example. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-ppapi
Patch Set: New simplied API. Full connection workflow. Created 4 years, 5 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/vpn_provider/example.dsc
diff --git a/native_client_sdk/src/examples/api/vpn_provider/example.dsc b/native_client_sdk/src/examples/api/vpn_provider/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..490c78e2389044156bd2d858a740ba0554470ead
--- /dev/null
+++ b/native_client_sdk/src/examples/api/vpn_provider/example.dsc
@@ -0,0 +1,25 @@
+{
+ 'TARGETS': [
+ {
+ 'NAME' : 'vpn_provider',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'vpn_provider.cc',
+ 'vpn_provider_helper.cc',
+ 'vpn_provider_helper.h'
+ ],
+ 'LIBS': ['ppapi_cpp', 'ppapi']
+ }
+ ],
+ 'DATA': [
+ 'example.js',
+ 'README',
+ ],
+ 'DEST': 'examples/api',
+ 'NAME': 'vpn_provider',
+ 'TITLE': 'VPN Provider',
+ 'GROUP': 'API',
+ 'PERMISSIONS': [
+ 'vpnProvider'
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698