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

Side by Side Diff: native_client_sdk/src/examples/api/var_array_buffer/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' : 'file_histogram', 5 'NAME' : 'var_array_buffer',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['file_histogram.cc'], 7 'SOURCES' : ['var_array_buffer.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/api', 14 'DEST': 'examples/api',
15 'NAME': 'var_array_buffer', 15 'NAME': 'var_array_buffer',
16 'TITLE': 'Var Array Buffer', 16 'TITLE': 'Var Array Buffer',
17 'GROUP': 'API' 17 'GROUP': 'API'
18 } 18 }
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698