diff options
author | joshualitt <joshualitt@chromium.org> | 2015-04-08 07:33:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-08 07:33:33 -0700 |
commit | f1f8895cbec1a9b7ec4eaa7c322aa03a4469612a (patch) | |
tree | c240af52b1b926f21e92cf28288a13efb76a82d2 /gyp | |
parent | 05e4abae89d0609af91eef5dddc237c835443c9a (diff) |
add realloc method to SkAutoSTMalloc
BUG=skia:
Review URL: https://codereview.chromium.org/1069013002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi index 98bb6eb8c5..606aed20dc 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -216,6 +216,7 @@ '../tests/SVGDeviceTest.cpp', '../tests/TessellatingPathRendererTests.cpp', '../tests/TArrayTest.cpp', + '../tests/TemplatesTest.cpp', '../tests/TDPQueueTest.cpp', '../tests/Time.cpp', '../tests/TLSTest.cpp', |