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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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_mounts/example.dsc
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
index abffe260fbf587f4a3bfe704ca0db739bd52cbd5..ea55c447b87fc8aa5f15a0296cc906605b69dd68 100644
--- a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
+++ b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
@@ -16,15 +16,16 @@
}
],
'DATA': [
+ 'Makefile',
'example.js'
],
'DEST': 'examples',
'NAME': 'hello_nacl_mounts',
'TITLE': 'Hello, Nacl Mounts!',
'DESC': """
-The NaCl Mounts example demonstrates mapping standard FILE such as fopen,
+The NaCl Mounts example demonstrates mapping standard FILE such as fopen,
fread, fwrite into mounts by linking in the nacl_mounts library. This allows
-developers to wrap Pepper API such as the File IO API or URL Loader into
+developers to wrap Pepper API such as the File IO API or URL Loader into
standard blocking calls.""",
'FOCUS': 'Using NaCl Mounts.',
'GROUP': 'Concepts'
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_mounts/Makefile ('k') | native_client_sdk/src/examples/hello_world/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698