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

Side by Side Diff: native_client_sdk/src/examples/file_histogram/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' : '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 'DEST': 'examples', 11 'DEST': 'examples',
12 'NAME': 'file_histogram', 12 'NAME': 'file_histogram',
13 'TITLE': 'File Histogram.', 13 'TITLE': 'File Histogram.',
14 'DESC': """ 14 'DESC': """
15 The File Histogram example demonstrates prompting the user for a file, 15 The File Histogram example demonstrates prompting the user for a file,
16 passing the file contents to NativeClient as a VarArrayBuffer, then drawing a 16 passing the file contents to NativeClient as a VarArrayBuffer, then drawing a
17 histogram representing the contents of the file to a 2D square. 17 histogram representing the contents of the file to a 2D square.
18 """, 18 """,
19 'INFO': 'Teaching focus: VarArrayBuffer, 2D, File input.' 19 'INFO': 'Teaching focus: VarArrayBuffer, 2D, File input.'
20 } 20 }
21 21
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/make_rules.py ('k') | native_client_sdk/src/examples/geturl/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698