diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-25 17:32:10 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-25 17:32:10 +0000 |
commit | 1ca015bd5911987ab10fa81f168a5cf3b582f2dd (patch) | |
tree | fcac962a4acdaa90518b2d0f2b776a43b11a559e /gyp | |
parent | 49a5b1967ac5bbc6699bee9a2c66088c42aef6fd (diff) |
add bench for hairlines
git-svn-id: http://skia.googlecode.com/svn/trunk@6118 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi index 6f630d6345..bc90c5ea94 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -19,6 +19,7 @@ '../bench/GradientBench.cpp', '../bench/GrMemoryPoolBench.cpp', '../bench/InterpBench.cpp', + '../bench/LineBench.cpp', '../bench/MathBench.cpp', '../bench/MatrixBench.cpp', '../bench/MatrixConvolutionBench.cpp', |