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

Side by Side Diff: native_client_sdk/src/examples/sine_synth/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' : 'sine_synth', 5 'NAME' : 'sine_synth',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['sine_synth.cc'], 7 'SOURCES' : ['sine_synth.cc'],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DEST': 'examples', 11 'DEST': 'examples',
12 'NAME': 'sine_synth', 12 'NAME': 'sine_synth',
13 'TITLE': 'Sine Wave Synthesizer', 13 'TITLE': 'Sine Wave Synthesizer',
14 'DESC': """ 14 'DESC': """
15 The Sine Wave Synthesizer example demonstrates playing sound (a sine 15 The Sine Wave Synthesizer example demonstrates playing sound (a sine
16 wave). Enter the desired frequency and hit play to start, stop to end. The 16 wave). Enter the desired frequency and hit play to start, stop to end. The
17 frequency box will display "Loading, please wait." while the module loads.""", 17 frequency box will display "Loading, please wait." while the module loads.""",
18 'INFO': 'Audio.' 18 'INFO': 'Audio.'
19 } 19 }
20 20
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/mouselock/example.dsc ('k') | native_client_sdk/src/examples/websocket/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698