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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/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_nacl_io/example.dsc
diff --git a/native_client_sdk/src/examples/hello_nacl_io/example.dsc b/native_client_sdk/src/examples/hello_nacl_io/example.dsc
index 8f6f75919b72376d4e962e1cb5bd85a6d5187e26..8a4bc0b62d4219d9b37eb9e824f8365b33c70eae 100644
--- a/native_client_sdk/src/examples/hello_nacl_io/example.dsc
+++ b/native_client_sdk/src/examples/hello_nacl_io/example.dsc
@@ -21,11 +21,5 @@
'DEST': 'examples',
'NAME': 'hello_nacl_io',
'TITLE': 'Hello, Nacl IO!',
- 'DESC': """
-The NaCl IO example demonstrates mapping standard FILE such as fopen,
-fread, fwrite into mounts by linking in the nacl_io library. This allows
-developers to wrap Pepper API such as the File IO API or URL Loader into
-standard blocking calls.""",
- 'FOCUS': 'Using NaCl IO.',
'GROUP': 'Concepts'
}
« no previous file with comments | « native_client_sdk/src/examples/geturl/index.html ('k') | native_client_sdk/src/examples/hello_nacl_io/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698