Move headers used by headers in include/ to include/private.
authormtklein <mtklein@chromium.org>
Wed, 1 Jul 2015 15:41:14 +0000 (08:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Jul 2015 15:41:15 +0000 (08:41 -0700)
commita89f55198bdc58f0b6f6196907ab25a6afc1a661
treea608ef4f5fe9fd724bd57ddade2b62c00bf60ae5
parentbd929d95704d052a5c8477b881761eff03582487
Move headers used by headers in include/ to include/private.

Some of this is transitive, like SkRecords.h used by SkMiniRecorder.h
used by (public) SkPictureRecorder.h.

BUG=skia:

Review URL: https://codereview.chromium.org/1217293004
31 files changed:
PRESUBMIT.py
gyp/SampleApp.gyp
gyp/bench.gypi
gyp/core.gyp
gyp/debugger.gyp
gyp/dm.gypi
gyp/effects.gyp
gyp/example.gyp
gyp/gpu.gyp
gyp/gputest.gyp
gyp/pdf.gyp
gyp/ports.gyp
gyp/svg.gyp
gyp/tools.gyp
gyp/utils.gyp
gyp/utils.gypi
gyp/views.gyp
gyp/visualbench.gyp
gyp/xps.gyp
include/core/SkPictureRecorder.h
include/gpu/GrBlend.h
include/gpu/gl/SkGLContext.h
include/private/SkChecksum.h [moved from src/core/SkChecksum.h with 100% similarity]
include/private/SkFunction.h [moved from src/core/SkFunction.h with 100% similarity]
include/private/SkGpuFenceSync.h [moved from src/gpu/SkGpuFenceSync.h with 100% similarity]
include/private/SkMiniRecorder.h [moved from src/core/SkMiniRecorder.h with 100% similarity]
include/private/SkPathPriv.h [moved from src/core/SkPathPriv.h with 100% similarity]
include/private/SkRecords.h [moved from src/core/SkRecords.h with 100% similarity]
include/private/SkTHash.h [moved from src/core/SkTHash.h with 100% similarity]
include/private/SkTLogic.h [moved from src/utils/SkTLogic.h with 100% similarity]
include/views/SkOSWindow_Win.h