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

Side by Side Diff: native_client_sdk/src/examples/hello_world_interactive/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_interactive', 5 'NAME' : 'hello_world_interactive',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'hello_world.cc', 8 'hello_world.cc',
9 'helper_functions.cc', 9 'helper_functions.cc',
10 'helper_functions.h' 10 'helper_functions.h'
11 ], 11 ],
12 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 12 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
13 } 13 }
14 ], 14 ],
15 'DEST': 'examples', 15 'DEST': 'examples',
16 'NAME': 'hello_world_interactive', 16 'NAME': 'hello_world_interactive',
17 'TITLE': 'Interactive Hello World in C++', 17 'TITLE': 'Interactive Hello World in C++',
18 'DESC': """ 18 'DESC': """
19 The Interactive Hello World C++ example demonstrates the basic structure 19 The Interactive Hello World C++ example demonstrates the basic structure
20 of all Native Client applications. This example loads a Native Client module 20 of all Native Client applications. This example loads a Native Client module
21 which uses two way interaction with JavaScript whenever a button is clicked. 21 which uses two way interaction with JavaScript whenever a button is clicked.
22 The NaCl module will respond with the number 42 or the reversed version of the 22 The NaCl module will respond with the number 42 or the reversed version of the
23 string in the text box when the appropriate button is clicked.""", 23 string in the text box when the appropriate button is clicked.""",
24 'INFO': 'Basic HTML, JavaScript, C++ PPAPI, and Messaging API.', 24 'INFO': 'Basic HTML, JavaScript, C++ PPAPI, and Messaging API.',
25 } 25 }
26 26
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/hello_world/example.dsc ('k') | native_client_sdk/src/examples/input_events/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698