aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gypi
diff options
context:
space:
mode:
authorGravatar twiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-22 18:24:56 +0000
committerGravatar twiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-22 18:24:56 +0000
commita31b8bb58d064d77d73aa6de851947eff5cc6964 (patch)
treef8ff8cc6a8fb0e12d1ec404c340fae2452063b65 /gyp/bench.gypi
parent1b1e201ea395e9b97778e9a709b7e5a251e35a56 (diff)
Refactoring in preparation for adding the picture benchmarking program.
Review URL: https://codereview.appspot.com/6339043/ git-svn-id: http://skia.googlecode.com/svn/trunk@4310 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/bench.gypi')
-rw-r--r--gyp/bench.gypi38
1 files changed, 0 insertions, 38 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 9dd1e115dd..b11211ffe7 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -3,17 +3,6 @@
{
'sources': [
'../bench/benchmain.cpp',
- '../bench/BenchTimer.h',
- '../bench/BenchTimer.cpp',
- '../bench/BenchSysTimer_mach.h',
- '../bench/BenchSysTimer_mach.cpp',
- '../bench/BenchSysTimer_posix.h',
- '../bench/BenchSysTimer_posix.cpp',
- '../bench/BenchSysTimer_windows.h',
- '../bench/BenchSysTimer_windows.cpp',
- '../bench/BenchGpuTimer_gl.h',
- '../bench/BenchGpuTimer_gl.cpp',
-
'../bench/SkBenchmark.h',
'../bench/SkBenchmark.cpp',
@@ -45,33 +34,6 @@
'../bench/TextBench.cpp',
'../bench/VertBench.cpp',
],
- 'conditions': [
- [ 'skia_os != "mac"', {
- 'sources!': [
- '../bench/BenchSysTimer_mach.h',
- '../bench/BenchSysTimer_mach.cpp',
- ],
- }],
- [ 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "android"]', {
- 'sources!': [
- '../bench/BenchSysTimer_posix.h',
- '../bench/BenchSysTimer_posix.cpp',
- ],
- }],
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
- 'link_settings': {
- 'libraries': [
- '-lrt',
- ],
- },
- }],
- [ 'skia_os != "win"', {
- 'sources!': [
- '../bench/BenchSysTimer_windows.h',
- '../bench/BenchSysTimer_windows.cpp',
- ],
- }],
- ],
}
# Local Variables: