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

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

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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' : 'file_histogram', 5 'NAME' : 'file_histogram',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['file_histogram.cc'], 7 'SOURCES' : ['file_histogram.cc'],
8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 ], 13 ],
14 'DEST': 'examples', 14 'DEST': 'examples',
15 'NAME': 'file_histogram', 15 'NAME': 'file_histogram',
16 'TITLE': 'File Histogram.', 16 'TITLE': 'File Histogram.',
17 'DESC': """
18 The File Histogram example demonstrates prompting the user for a file,
19 passing the file contents to NativeClient as a VarArrayBuffer, then drawing a
20 histogram representing the contents of the file to a 2D square.
21 """,
22 'FOCUS': 'VarArrayBuffer, 2D, File input.',
23 'GROUP': 'API' 17 'GROUP': 'API'
24 } 18 }
25 19
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/dlopen/index.html ('k') | native_client_sdk/src/examples/file_histogram/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698