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

Side by Side Diff: native_client_sdk/src/examples/hello_nacl_mounts/example.dsc

Issue 11190066: [NaCl SDK] nacl-mounts example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 8 years, 1 month 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'win'],
3 'TARGETS': [
4 {
5 'NAME' : 'hello_nacl_mounts',
6 'TYPE' : 'main',
7 'SOURCES' : ['hello_nacl_mounts.c'],
8 'LIBS': ['ppapi', 'pthread', 'nacl_mounts']
9 }
10 ],
11 'DATA': [
12 'example.js'
13 ],
14 'DEST': 'examples',
15 'NAME': 'hello_nacl_mounts',
16 'TITLE': 'Hello, Nacl Mounts!',
17 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('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