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

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

Issue 10855162: add linux support for examples and libs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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'], 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 'DEST': 'examples', 11 'DEST': 'examples',
12 'NAME': 'hello_world', 12 'NAME': 'hello_world',
13 'TITLE': 'Hello World.', 13 'TITLE': 'Hello World.',
14 'DESC': """ 14 'DESC': """
15 The Hello World In C example demonstrates the basic structure of all 15 The Hello World In C example demonstrates the basic structure of all
16 Native Client applications. This example loads a Native Client module. The 16 Native Client applications. This example loads a Native Client module. The
17 page tracks the status of the module as it load. On a successful load, the 17 page tracks the status of the module as it load. On a successful load, the
18 module will post a message containing the string "Hello World" back to 18 module will post a message containing the string "Hello World" back to
19 JavaScript which will display it as an alert.""", 19 JavaScript which will display it as an alert.""",
20 'INFO': 'Basic HTML, JavaScript, and module architecture.' 20 'INFO': 'Basic HTML, JavaScript, and module architecture.'
21 } 21 }
22 22
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/geturl/example.dsc ('k') | native_client_sdk/src/examples/hello_world_interactive/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698