diff options
author | reed <reed@chromium.org> | 2015-08-11 07:15:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-11 07:15:00 -0700 |
commit | eedf0fb20489bc6c3706539dd6ab499f41cbe048 (patch) | |
tree | 13c94656ac5006f712df36b9b37b64630ceed056 /gyp | |
parent | 95d79132cf605a3c5589b4ea738ef8417b41c10a (diff) |
move some public headers into private
BUG=skia:
Review URL: https://codereview.chromium.org/1289483002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/animator.gyp | 1 | ||||
-rw-r--r-- | gyp/core.gypi | 4 | ||||
-rw-r--r-- | gyp/sfnt.gyp | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/gyp/animator.gyp b/gyp/animator.gyp index e267756724..9eb076b164 100644 --- a/gyp/animator.gyp +++ b/gyp/animator.gyp @@ -20,6 +20,7 @@ ], 'include_dirs': [ '../include/animator', + '../include/private', '../src/utils', ], 'sources': [ diff --git a/gyp/core.gypi b/gyp/core.gypi index d1ac89547f..fd9644eeec 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -273,13 +273,10 @@ '<(skia_include_path)/core/SkDrawable.h', '<(skia_include_path)/core/SkDrawFilter.h', '<(skia_include_path)/core/SkDrawLooper.h', - '<(skia_include_path)/core/SkEndian.h', '<(skia_include_path)/core/SkError.h', '<(skia_include_path)/core/SkFixed.h', '<(skia_include_path)/core/SkFlattenable.h', '<(skia_include_path)/core/SkFlattenableSerialization.h', - '<(skia_include_path)/core/SkFloatBits.h', - '<(skia_include_path)/core/SkFloatingPoint.h', '<(skia_include_path)/core/SkFontHost.h', '<(skia_include_path)/core/SkFontStyle.h', '<(skia_include_path)/core/SkGraphics.h', @@ -334,7 +331,6 @@ '<(skia_include_path)/core/SkTypes.h', '<(skia_include_path)/core/SkUnPreMultiply.h', '<(skia_include_path)/core/SkUtils.h', - '<(skia_include_path)/core/SkWeakRefCnt.h', '<(skia_include_path)/core/SkWriter32.h', '<(skia_include_path)/core/SkXfermode.h', diff --git a/gyp/sfnt.gyp b/gyp/sfnt.gyp index 944857f5f0..c129570e6b 100644 --- a/gyp/sfnt.gyp +++ b/gyp/sfnt.gyp @@ -13,6 +13,7 @@ 'core.gyp:*', ], 'include_dirs': [ + '../src/core', '../src/sfnt', ], 'sources': [ |