aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.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/SampleApp.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/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index a1519e5f54..88d1200cbc 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -16,6 +16,7 @@
'target_name': 'SampleApp',
'type': 'executable',
'include_dirs' : [
+ '../include/private',
'../src/core',
'../src/effects', #needed for BlurMask.h
'../src/gpu', # needed by SkLua.cpp