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

Unified Diff: native_client_sdk/src/examples/websocket/example.dsc

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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/websocket/example.dsc
diff --git a/native_client_sdk/src/examples/websocket/example.dsc b/native_client_sdk/src/examples/websocket/example.dsc
index bf98bfc2aca0424f468ebcce9693fbaaa84c6004..e5c7e21af5c092bfa3f447390cb5bfe1322634bb 100644
--- a/native_client_sdk/src/examples/websocket/example.dsc
+++ b/native_client_sdk/src/examples/websocket/example.dsc
@@ -14,12 +14,5 @@
'DEST': 'examples',
'NAME': 'websocket',
'TITLE': 'Websocket',
- 'DESC': """
-The Websocket example demonstrates how to use the Websocket API. The
-user first connects to the test server: ws://html5rocks.websocket.org/echo by
-clicking on the 'Connect'' button. Then hitting Send' will cause the app to
-send the message to the server and retrieve the reply.""",
- 'FOCUS': 'Websockets',
'GROUP': 'API'
}
-
« no previous file with comments | « native_client_sdk/src/examples/sine_synth/index.html ('k') | native_client_sdk/src/examples/websocket/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698