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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'win'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'hello_nacl_mounts', 5 'NAME' : 'hello_nacl_mounts',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'handlers.c', 8 'handlers.c',
9 'handlers.h', 9 'handlers.h',
10 'hello_nacl_mounts.c', 10 'hello_nacl_mounts.c',
11 'hello_nacl_mounts.h', 11 'hello_nacl_mounts.h',
12 'queue.c', 12 'queue.c',
13 'queue.h', 13 'queue.h',
14 ], 14 ],
15 'LIBS': ['ppapi', 'pthread', 'nacl_mounts'] 15 'LIBS': ['ppapi', 'pthread', 'nacl_mounts']
16 } 16 }
17 ], 17 ],
18 'DATA': [ 18 'DATA': [
19 'Makefile',
19 'example.js' 20 'example.js'
20 ], 21 ],
21 'DEST': 'examples', 22 'DEST': 'examples',
22 'NAME': 'hello_nacl_mounts', 23 'NAME': 'hello_nacl_mounts',
23 'TITLE': 'Hello, Nacl Mounts!', 24 'TITLE': 'Hello, Nacl Mounts!',
24 'DESC': """ 25 'DESC': """
25 The NaCl Mounts example demonstrates mapping standard FILE such as fopen, 26 The NaCl Mounts example demonstrates mapping standard FILE such as fopen,
26 fread, fwrite into mounts by linking in the nacl_mounts library. This allows 27 fread, fwrite into mounts by linking in the nacl_mounts library. This allows
27 developers to wrap Pepper API such as the File IO API or URL Loader into 28 developers to wrap Pepper API such as the File IO API or URL Loader into
28 standard blocking calls.""", 29 standard blocking calls.""",
29 'FOCUS': 'Using NaCl Mounts.', 30 'FOCUS': 'Using NaCl Mounts.',
30 'GROUP': 'Concepts' 31 'GROUP': 'Concepts'
31 } 32 }
OLDNEW
« 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