aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gypi
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-28 09:54:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-28 09:54:52 -0700
commitfd8ed69447f2a126f7006a1a95356f15feca3797 (patch)
tree8aebce472758e2eae8b59358eee8ef98f285f58f /gyp/utils.gypi
parent3073b5fabe5af86afa9bae6e644f6cc515e6c438 (diff)
Move SkTHash.h to include/private.
include/views/SkOSWindow_Win.h includes it. To move SkTHash.h to include/private, SkChecksum.h needs to go there too. To move SkChecksum.h to include/private, SkTLogic needs to go there too. This adds a bunch of -Iinclude/private to tools.gyp I missed in the last CL. No public API changes. TBR=reed@google.com BUG=skia:4126 Review URL: https://codereview.chromium.org/1260613006
Diffstat (limited to 'gyp/utils.gypi')
-rw-r--r--gyp/utils.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index 22f8652966..50f8ed618c 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -101,7 +101,6 @@
'<(skia_src_path)/utils/SkThreadUtils_win.cpp',
'<(skia_src_path)/utils/SkThreadUtils_win.h',
'<(skia_src_path)/utils/SkTFitsIn.h',
- '<(skia_src_path)/utils/SkTLogic.h',
#mac
'<(skia_include_path)/utils/mac/SkCGUtils.h',