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

Side by Side Diff: native_client_sdk/src/examples/getting_started/hello_world/example.dsc

Issue 23661005: [NaCl SDK] Add a very simple getting_started example at top-level. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hello_tutorial.nmf Created 7 years, 3 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'TARGETS': [
4 {
5 'NAME' : 'hello_world',
6 'TYPE' : 'main',
7 'SOURCES' : ['hello_world.c'],
8 'LIBS': ['ppapi', 'pthread']
9 }
10 ],
11 'DATA': [
12 'example.js',
13 ],
14 'DEST': 'examples/getting_started',
15 'NAME': 'hello_world',
16 'TITLE': 'Hello World',
17 'GROUP': 'Getting Started'
18 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/test_sdk.py ('k') | native_client_sdk/src/examples/getting_started/hello_world/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698