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

Unified 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 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/websocket/example.dsc b/native_client_sdk/src/examples/api/vpn_provider/example.dsc
similarity index 58%
copy from native_client_sdk/src/examples/api/websocket/example.dsc
copy to native_client_sdk/src/examples/api/vpn_provider/example.dsc
index b7db55b164b87d87423903455e6a56f9193daa24..2ec6996e3c2de5c75732565f377c1a930e406bd8 100644
--- a/native_client_sdk/src/examples/api/websocket/example.dsc
+++ b/native_client_sdk/src/examples/api/vpn_provider/example.dsc
@@ -1,9 +1,9 @@
{
'TARGETS': [
{
- 'NAME' : 'websocket',
+ 'NAME' : 'vpn_provider',
'TYPE' : 'main',
- 'SOURCES' : ['websocket.cc'],
+ 'SOURCES' : ['vpn_provider.cc'],
'LIBS': ['ppapi_cpp', 'ppapi']
}
],
@@ -11,7 +11,7 @@
'example.js',
],
'DEST': 'examples/api',
- 'NAME': 'websocket',
- 'TITLE': 'Websocket',
+ 'NAME': 'vpn_provider',
+ 'TITLE': 'VPN Provider',
'GROUP': 'API'
}
« 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