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