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

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

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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
deleted file mode 100644
index 0ac6dd66f1896bc08ca5432bbfec1063b79eb9af..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
- 'TARGETS': [
- {
- 'NAME' : 'hello_nacl_mounts',
- 'TYPE' : 'main',
- 'SOURCES' : [
- 'handlers.c',
- 'handlers.h',
- 'hello_nacl_mounts.c',
- 'hello_nacl_mounts.h',
- 'queue.c',
- 'queue.h',
- ],
- 'LIBS': ['ppapi', 'pthread', 'nacl_mounts']
- }
- ],
- '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,
-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
-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_nacl_mounts/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698