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

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

Issue 664543003: Benchmark sample for SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
(Empty)
1 {
2 'TOOLS': ['pnacl'],
3 'SEARCH': [
4 '.',
5 '../../resources',
6 '../../../../native_client/tests/benchmark',
7 '../../../../native_client/src',
8 ],
9 'TARGETS': [
10 {
11 'NAME' : 'benchmarks',
12 'TYPE' : 'main',
13 'SOURCES' : [
14 'benchmark_binarytrees_c.c',
15 'benchmark_binarytrees.cc',
16 'benchmark_chameneos_c.c',
17 'benchmark_chameneos.cc',
18 'benchmark_life.cc',
19 'benchmark_nbody_c.c',
20 'benchmark_nbody.cc',
21 'framework.cc',
22 'framework.h',
23 'framework_ppapi.cc',
24 'thread_pool.h',
25 'thread_pool.cc'
26 ],
27 'DEPS': ['ppapi_simple', 'nacl_io'],
28 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pth read']
bradn 2014/10/30 18:28:17 >80
29 }
30 ],
31 'DATA': [
32 'example.js',
33 'third_party/computer_language_benchmarks_game/binarytrees.c',
34 'third_party/computer_language_benchmarks_game/chameneos.c',
35 'third_party/computer_language_benchmarks_game/nbody.c',
36 ],
37 'DEST': 'examples/benchmarks',
38 'NAME': 'benchmarks',
39 'TITLE': "Benchmark Suite",
40 'GROUP': 'Benchmarks'
41 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/benchmarks/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698