aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/xps.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-28 08:55:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-28 08:55:14 -0700
commitcd1f2daf44c3cff541984378765d80d7166f33b0 (patch)
tree3e114c7e0e0de9f78d95829ba33c6ffbe7a50e4c /gyp/xps.gyp
parentbda12677704bc1c19b156236f4f8b08d2fb0b4fc (diff)
add -Iinclude/private anywhere we have -Isrc/core
I'll be moving headers from src/core to include/private, so this guarantees that anyone who was finding them via -Isrc/core can now find them via -Iinclude/private. This is purely mechanical, mostly to preserve my sanity, so it's likely (harmless) overkill. Chromium's GYP and GN builds already set -Iinclude/private for Skia builds. BUG=skia:4126 Review URL: https://codereview.chromium.org/1265443002
Diffstat (limited to 'gyp/xps.gyp')
-rw-r--r--gyp/xps.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index 454e065e16..89c1635c86 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -17,6 +17,7 @@
],
'include_dirs': [
'../include/device/xps',
+ '../include/private',
'../include/utils/win',
'../src/core', # needed to get SkGlyphCache.h
'../src/utils', # needed to get SkBitSet.h