diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-15 14:57:57 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-15 14:57:57 +0000 |
commit | 2bde91dcb6f2840e01216054897fe98a930e9104 (patch) | |
tree | 6586e432d4a355d108fc6db14bd241533d10744c /gyp | |
parent | 5dd85a45bcb3c529d8d849f428ae51dc70129aef (diff) |
Add profiling to debugger
https://codereview.appspot.com/6817114/
git-svn-id: http://skia.googlecode.com/svn/trunk@6430 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/debugger.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp index 35782237f6..d39a7b2df3 100644 --- a/gyp/debugger.gyp +++ b/gyp/debugger.gyp @@ -81,6 +81,8 @@ '../debugger', # To pull SkDebugger.h '../debugger/QT', # For all the QT UI Goodies '../src/gpu', # To pull gl/GrGLUtil.h + '../bench', + '../tools', '<@(qt_includes)', ], 'sources': [ @@ -107,6 +109,14 @@ '../debugger/QT/SkRasterWidget.h', '../debugger/QT/SkRasterWidget.cpp', + '../tools/PictureBenchmark.h', + '../tools/PictureBenchmark.cpp', + + '../bench/SkBenchLogger.h', + '../bench/SkBenchLogger.cpp', + '../bench/TimerData.h', + '../bench/TimerData.cpp', + # To update this file edit SkIcons.qrc and rerun rcc to generate cpp '../debugger/QT/qrc_SkIcons.cpp', @@ -122,6 +132,8 @@ 'skia_base_libs.gyp:skia_base_libs', 'images.gyp:images', 'effects.gyp:effects', + 'bench.gyp:bench_timer', + 'tools.gyp:picture_renderer', 'debugger_mocs', ], 'link_settings': { |