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

Unified Diff: native_client_sdk/src/examples/hello_world_interactive/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/hello_world_interactive/example.dsc
diff --git a/native_client_sdk/src/examples/hello_world_interactive/example.dsc b/native_client_sdk/src/examples/hello_world_interactive/example.dsc
index 6f0d65c3ff5def6e53d17a5e1e952a9c0115664e..c113eabf1ade9e164385e423af99037f27abca0d 100644
--- a/native_client_sdk/src/examples/hello_world_interactive/example.dsc
+++ b/native_client_sdk/src/examples/hello_world_interactive/example.dsc
@@ -18,13 +18,6 @@
'DEST': 'examples',
'NAME': 'hello_world_interactive',
'TITLE': 'Interactive Hello World in C++',
- 'DESC': """
-The Interactive Hello World C++ example demonstrates the basic structure
-of all Native Client applications. This example loads a Native Client module
-which uses two way interaction with JavaScript whenever a button is clicked.
-The NaCl module will respond with the number 42 or the reversed version of the
-string in the text box when the appropriate button is clicked.""",
- 'FOCUS': 'Basic HTML, JavaScript, C++ PPAPI, and Messaging API.',
'GROUP': 'Tools'
}

Powered by Google App Engine
This is Rietveld 408576698