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

Side by Side Diff: native_client_sdk/src/examples/demo/pi_generator/example.dsc

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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' : 'pi_generator', 5 'NAME' : 'pi_generator',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : ['pi_generator.cc'],
8 'pi_generator.cc',
9 'pi_generator.h',
10 'pi_generator_module.cc'
11 ],
12 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
13 } 9 }
14 ], 10 ],
15 'DATA': [ 11 'DATA': [
16 'example.js', 12 'example.js',
17 ], 13 ],
18 'DEST': 'examples/demo', 14 'DEST': 'examples/demo',
19 'NAME': 'pi_generator', 15 'NAME': 'pi_generator',
20 'TITLE': 'Monte Carlo Estimate for Pi', 16 'TITLE': 'Monte Carlo Estimate for Pi',
21 'GROUP': 'Demo' 17 'GROUP': 'Demo'
22 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698