aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-11-18 09:32:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-18 09:32:36 -0800
commit0bd57b2e1eb6ff824ac59a461d1a8aa24a808886 (patch)
tree888fcf1fc99ff4e193214be04f547120917bcdb7 /gyp
parenta06a9531213d2f00a0fe1dc07acd96eba57e6044 (diff)
SkVarAlloc::approxBytesAllocated()
This is what I was getting at on the other CL. BUG=skia: Committed: https://skia.googlesource.com/skia/+/f27f1bcce50c8f95aea8469684a70b70c9baee09 CQ_EXTRA_TRYBOTS=client.skia.android:Test-Android-Nexus5-Adreno330-Arm7-Release-Trybot Review URL: https://codereview.chromium.org/730193003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index b6a8faafc6..08277b94a2 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -212,6 +212,7 @@
'../tests/TypefaceTest.cpp',
'../tests/UnicodeTest.cpp',
'../tests/UtilsTest.cpp',
+ '../tests/VarAllocTest.cpp',
'../tests/WArrayTest.cpp',
'../tests/WritePixelsTest.cpp',
'../tests/Writer32Test.cpp',