aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-08-11 11:07:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-11 11:07:07 -0700
commit4d0d81aec2667cf4dc82971ee42c29c1ec1aeb13 (patch)
tree32b4173528ec453acfa83e00c92b1a69e1338fd4 /gyp/SampleApp.gyp
parent8ee06f21a27bbffaf613a312c6f24bbbb21c650a (diff)
Add high resolution WallTimer to SampleApp
Gives better than 1 ms results when timing framerate. Review URL: https://codereview.chromium.org/1288473002
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 67692b7fb1..f2301db7d2 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -22,6 +22,7 @@
'../samplecode', # To pull SampleApp.h and SampleCode.h
'../src/pipe/utils', # For TiledPipeController
'../src/utils/debugger',
+ '../tools',
],
'includes': [
'gmslides.gypi',
@@ -154,6 +155,7 @@
'skia_lib.gyp:skia_lib',
'tools.gyp:resources',
'tools.gyp:sk_tool_utils',
+ 'tools.gyp:timer',
'views.gyp:views',
'views_animated.gyp:views_animated',
'xml.gyp:xml',