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

Unified Diff: native_client_sdk/src/examples/input_events/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/input_events/example.dsc
diff --git a/native_client_sdk/src/examples/input_events/example.dsc b/native_client_sdk/src/examples/input_events/example.dsc
index cdcd287073073117ec3b7111253b9e2d90639b75..014815cf257dc58bc633359feaa84709b51d8101 100644
--- a/native_client_sdk/src/examples/input_events/example.dsc
+++ b/native_client_sdk/src/examples/input_events/example.dsc
@@ -19,13 +19,6 @@
'DEST': 'examples',
'NAME': 'input_events',
'TITLE': 'Input Events',
- 'DESC': """The Input Events example shows how to handle input events in a
-multi-threaded application. The main thread converts input events to
-non-pepper events and puts them on a queue. The worker thread pulls them off of
-the queue, converts them to a string, and then uses CallOnMainThread so that
-PostMessage can be send the result of the worker thread to the browser.""",
- 'FOCUS': """Multi-threading, keyboard and mouse input, view change, and focus
-events.""",
'GROUP': 'API',
}
« no previous file with comments | « native_client_sdk/src/examples/input_events/custom_events.cc ('k') | native_client_sdk/src/examples/input_events/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698