summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/benchmarks/example.dsc
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/benchmarks/example.dsc')
-rw-r--r--native_client_sdk/src/examples/benchmarks/example.dsc41
1 files changed, 0 insertions, 41 deletions
diff --git a/native_client_sdk/src/examples/benchmarks/example.dsc b/native_client_sdk/src/examples/benchmarks/example.dsc
deleted file mode 100644
index f2c3af6..0000000
--- a/native_client_sdk/src/examples/benchmarks/example.dsc
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- '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': [],
- 'LIBS': ['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'
-}