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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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 'SEARCH': [
4 '.',
5 '..',
6 '../../tools',
7 ],
8 'TARGETS': [ 3 'TARGETS': [
9 { 4 {
10 'NAME' : 'hello_world', 5 'NAME' : 'hello_world',
11 'TYPE' : 'main', 6 'TYPE' : 'main',
12 'SOURCES' : ['hello_world.c'], 7 'SOURCES' : ['hello_world.c'],
13 'LIBS': ['ppapi', 'pthread'] 8 'LIBS': ['ppapi', 'pthread']
14 } 9 }
15 ], 10 ],
16 'DATA': [ 11 'DATA': [
17 'Makefile', 12 'Makefile',
18 'common.mk',
19 'example.js', 13 'example.js',
20 ], 14 ],
21 'DEST': 'examples', 15 'DEST': 'examples',
22 'NAME': 'hello_world', 16 'NAME': 'hello_world',
23 'TITLE': 'Hello World.', 17 'TITLE': 'Hello World.',
24 'DESC': """ 18 'DESC': """
25 The Hello World In C example demonstrates the basic structure of all 19 The Hello World In C example demonstrates the basic structure of all
26 Native Client applications. This example loads a Native Client module. The 20 Native Client applications. This example loads a Native Client module. The
27 page tracks the status of the module as it load. On a successful load, the 21 page tracks the status of the module as it load. On a successful load, the
28 module will post a message containing the string "Hello World" back to 22 module will post a message containing the string "Hello World" back to
29 JavaScript which will display it as an alert.""", 23 JavaScript which will display it as an alert.""",
30 'FOCUS': 'Basic HTML, JavaScript, and module architecture.', 24 'FOCUS': 'Basic HTML, JavaScript, and module architecture.',
31 'GROUP': 'Tools' 25 'GROUP': 'Tools'
32 } 26 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/hello_world/Makefile ('k') | native_client_sdk/src/examples/hello_world_gles/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698