aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/bench.gypi5
-rw-r--r--gyp/tools.gyp25
2 files changed, 11 insertions, 19 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 042ccde6b8..81a00edcb1 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -38,6 +38,11 @@
'../bench/TextBench.cpp',
'../bench/VertBench.cpp',
'../bench/WriterBench.cpp',
+
+ '../bench/SkBenchLogger.h',
+ '../bench/SkBenchLogger.cpp',
+ '../bench/TimerData.h',
+ '../bench/TimerData.cpp',
],
}
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index de40dc4de7..45d98c224e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -85,7 +85,12 @@
'target_name': 'bench_pictures',
'type': 'executable',
'sources': [
+ '../bench/SkBenchLogger.h',
+ '../bench/SkBenchLogger.cpp',
+ '../bench/TimerData.h',
+ '../bench/TimerData.cpp',
'../tools/bench_pictures_main.cpp',
+ '../tools/PictureBenchmark.cpp',
],
'include_dirs': [
'../bench',
@@ -95,27 +100,9 @@
'effects.gyp:effects',
'ports.gyp:ports',
'tools.gyp:picture_utils',
- 'tools.gyp:picture_benchmark',
- ],
- },
- {
- 'target_name': 'picture_benchmark',
- 'type': 'static_library',
- 'sources': [
- '../tools/PictureBenchmark.cpp',
- ],
- 'include_dirs': [
- '../bench',
- ],
- 'dependencies': [
- 'core.gyp:core',
- 'tools.gyp:picture_utils',
'tools.gyp:picture_renderer',
'bench.gyp:bench_timer',
- ],
- 'export_dependent_settings': [
- 'tools.gyp:picture_renderer',
- ]
+ ],
},
{
'target_name': 'picture_renderer',