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

Side by Side 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: Respond to reviews. 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'TARGETS': [
3 {
4 'NAME' : 'vpn_provider',
5 'TYPE' : 'main',
6 'SOURCES' : [
7 'vpn_provider.cc',
8 'vpn_provider_helper.cc',
9 'vpn_provider_helper.h'
10 ],
11 'LIBS': ['ppapi_cpp', 'ppapi']
12 }
13 ],
14 'DATA': [
15 'example.js',
16 'README',
17 ],
18 'DEST': 'examples/api',
19 'NAME': 'vpn_provider',
20 'TITLE': 'VPN Provider',
21 'GROUP': 'API',
22 'PERMISSIONS': [
23 'vpnProvider'
24 ]
25 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/vpn_provider/README ('k') | native_client_sdk/src/examples/api/vpn_provider/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698