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

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

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'hello_world', 5 'NAME' : 'hello_world',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['hello_world.c'], 7 'SOURCES' : ['hello_world.c'],
8 'LIBS': ['ppapi', 'pthread'] 8 'LIBS': ['ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 ], 13 ],
14 'DEST': 'examples', 14 'DEST': 'examples',
15 'NAME': 'hello_world', 15 'NAME': 'hello_world',
16 'TITLE': 'Hello World.', 16 'TITLE': 'Hello World.',
17 'DESC': """
18 The Hello World In C example demonstrates the basic structure of all
19 Native Client applications. This example loads a Native Client module. The
20 page tracks the status of the module as it load. On a successful load, the
21 module will post a message containing the string "Hello World" back to
22 JavaScript which will display it as an alert.""",
23 'FOCUS': 'Basic HTML, JavaScript, and module architecture.',
24 'GROUP': 'Tools' 17 'GROUP': 'Tools'
25 } 18 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/index.html ('k') | native_client_sdk/src/examples/hello_world/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698