diff options
author | digit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-01 15:58:41 +0000 |
---|---|---|
committer | digit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-01 15:58:41 +0000 |
commit | fbf31949ac31271362750168ffcb13a04408b721 (patch) | |
tree | e9b0ce53067795fec7404cb28ae96e4beb7d3af5 /gyp | |
parent | 830b8793bb1646bb76817bdc228dd8e2a92bef7d (diff) |
arm: Move SkUtilsArm.h from include/core to src/core
There is no reason to make this visible to client code.
Review URL: https://codereview.appspot.com/6441082
git-svn-id: http://skia.googlecode.com/svn/trunk@4892 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp index 2ad0da8a8d..376512ba0e 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -243,7 +243,6 @@ '../include/core/SkUnPreMultiply.h', '../include/core/SkUnitMapper.h', '../include/core/SkUtils.h', - '../include/core/SkUtilsArm.h', '../include/core/SkWeakRefCnt.h', '../include/core/SkWriter32.h', '../include/core/SkXfermode.h', @@ -321,6 +320,7 @@ # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. 'sources': [ '../src/core/SkUtilsArm.cpp', + '../src/core/SkUtilsArm.h', ], }], ], |