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

Unified Diff: native_client_sdk/src/examples/hello_world/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/example.dsc
diff --git a/native_client_sdk/src/examples/hello_world/example.dsc b/native_client_sdk/src/examples/hello_world/example.dsc
index d7453d89607588c63638f8481e4152f824793954..850bf66ca581e0b6827c64aae3f35374eef6bdf5 100644
--- a/native_client_sdk/src/examples/hello_world/example.dsc
+++ b/native_client_sdk/src/examples/hello_world/example.dsc
@@ -14,12 +14,5 @@
'DEST': 'examples',
'NAME': 'hello_world',
'TITLE': 'Hello World.',
- 'DESC': """
-The Hello World In C example demonstrates the basic structure of all
-Native Client applications. This example loads a Native Client module. The
-page tracks the status of the module as it load. On a successful load, the
-module will post a message containing the string "Hello World" back to
-JavaScript which will display it as an alert.""",
- 'FOCUS': 'Basic HTML, JavaScript, and module architecture.',
'GROUP': 'Tools'
}
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/index.html ('k') | native_client_sdk/src/examples/hello_world/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698