OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['pnacl'], | 2 'TOOLS': ['pnacl'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 '../../resources', | 5 '../../resources', |
6 '../../../../native_client/tests/benchmark', | 6 '../../../../native_client/tests/benchmark', |
7 '../../../../native_client/src', | 7 '../../../../native_client/src', |
8 ], | 8 ], |
9 'TARGETS': [ | 9 'TARGETS': [ |
10 { | 10 { |
11 'NAME' : 'benchmarks', | 11 'NAME' : 'benchmarks', |
12 'TYPE' : 'main', | 12 'TYPE' : 'main', |
13 'SOURCES' : [ | 13 'SOURCES' : [ |
14 'benchmark_binarytrees_c.c', | 14 'benchmark_binarytrees_c.c', |
15 'benchmark_binarytrees.cc', | 15 'benchmark_binarytrees.cc', |
16 'benchmark_chameneos_c.c', | 16 'benchmark_chameneos_c.c', |
17 'benchmark_chameneos.cc', | 17 'benchmark_chameneos.cc', |
18 'benchmark_life.cc', | 18 'benchmark_life.cc', |
19 'benchmark_nbody_c.c', | 19 'benchmark_nbody_c.c', |
20 'benchmark_nbody.cc', | 20 'benchmark_nbody.cc', |
21 'framework.cc', | 21 'framework.cc', |
22 'framework.h', | 22 'framework.h', |
23 'framework_ppapi.cc', | 23 'framework_ppapi.cc', |
24 'thread_pool.h', | 24 'thread_pool.h', |
25 'thread_pool.cc' | 25 'thread_pool.cc' |
26 ], | 26 ], |
27 'DEPS': ['ppapi_simple', 'nacl_io'], | 27 'DEPS': [], |
28 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pth
read'] | 28 'LIBS': ['sdk_util', 'ppapi_cpp', 'ppapi', 'pthread'] |
29 } | 29 } |
30 ], | 30 ], |
31 'DATA': [ | 31 'DATA': [ |
32 'example.js', | 32 'example.js', |
33 'third_party/computer_language_benchmarks_game/binarytrees.c', | 33 'third_party/computer_language_benchmarks_game/binarytrees.c', |
34 'third_party/computer_language_benchmarks_game/chameneos.c', | 34 'third_party/computer_language_benchmarks_game/chameneos.c', |
35 'third_party/computer_language_benchmarks_game/nbody.c', | 35 'third_party/computer_language_benchmarks_game/nbody.c', |
36 ], | 36 ], |
37 'DEST': 'examples/benchmarks', | 37 'DEST': 'examples/benchmarks', |
38 'NAME': 'benchmarks', | 38 'NAME': 'benchmarks', |
39 'TITLE': "Benchmark Suite", | 39 'TITLE': "Benchmark Suite", |
40 'GROUP': 'Benchmarks' | 40 'GROUP': 'Benchmarks' |
41 } | 41 } |
OLD | NEW |