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

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

Issue 914983003: [NaCl SDK] Switch ppapi_simple to C library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tty output bug Created 5 years, 10 months 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
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 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/test_projects.py ('k') | native_client_sdk/src/examples/demo/earth/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698