Add more checks to investigate SupervisedUserPrefStore crash at startup.
[chromium-blink-merge.git] / native_client_sdk / src / examples / benchmarks / example.dsc
blob3fc8d50a2af5ad38ccbf7b25f7b88870e1b4a583
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', 'pthread']
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'