diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-12 18:22:49 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-12 18:22:49 +0000 |
commit | f5cc5b140c1c00c536e02b5cfbe158bb2d5c2c15 (patch) | |
tree | 88d3f03cfc0a6b015f574000fbe949c21d5dcb0f /gyp | |
parent | 6fb77569596ad3e9419e9450db959949cc37576a (diff) |
R=mtklein@google.com
Review URL: https://codereview.chromium.org/18503009
git-svn-id: http://skia.googlecode.com/svn/trunk@10050 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gyp | 1 | ||||
-rw-r--r-- | gyp/utils.gyp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index bcc61b5997..c6dd1c688d 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -51,6 +51,7 @@ '../tests/EmptyPathTest.cpp', '../tests/ErrorTest.cpp', '../tests/FillPathTest.cpp', + '../tests/FitsInTest.cpp', '../tests/FlatDataTest.cpp', '../tests/FlateTest.cpp', '../tests/FontHostStreamTest.cpp', diff --git a/gyp/utils.gyp b/gyp/utils.gyp index 07f8921683..2ec5374bd7 100644 --- a/gyp/utils.gyp +++ b/gyp/utils.gyp @@ -96,6 +96,8 @@ '../src/utils/SkThreadUtils_pthread_other.cpp', '../src/utils/SkThreadUtils_win.cpp', '../src/utils/SkThreadUtils_win.h', + '../src/utils/SkTFitsIn.h', + '../src/utils/SkTLogic.h', '../src/utils/SkUnitMappers.cpp', #mac |