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

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

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 years, 3 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
1 { 1 {
2 'TARGETS': [ 2 'TARGETS': [
3 { 3 {
4 'NAME' : 'websocket', 4 'NAME' : 'vpn_provider',
5 'TYPE' : 'main', 5 'TYPE' : 'main',
6 'SOURCES' : ['websocket.cc'], 6 'SOURCES' : ['vpn_provider.cc'],
7 'LIBS': ['ppapi_cpp', 'ppapi'] 7 'LIBS': ['ppapi_cpp', 'ppapi']
8 } 8 }
9 ], 9 ],
10 'DATA': [ 10 'DATA': [
11 'example.js', 11 'example.js',
12 ], 12 ],
13 'DEST': 'examples/api', 13 'DEST': 'examples/api',
14 'NAME': 'websocket', 14 'NAME': 'vpn_provider',
15 'TITLE': 'Websocket', 15 'TITLE': 'VPN Provider',
16 'GROUP': 'API' 16 'GROUP': 'API'
17 } 17 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('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