diff options
author | halcanary <halcanary@google.com> | 2016-08-03 15:30:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-03 15:30:37 -0700 |
commit | ef59974708dade6fa72fb0218d4f8a9590175c47 (patch) | |
tree | 4aa9e35661de6345a5d05f38f08e981c84fd308e /gyp | |
parent | 19a9720978700a24efed8dda7e0935ea2b7338c4 (diff) |
SkRTConf: reduce functionality to what we use, increase simplicity
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2212473002
DOCS_PREVIEW= https://skia.org/?cl=2212473002
CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot
[mtklein]
TBR=reed@google.com
Only removing unused public API.
Review-Url: https://codereview.chromium.org/2212473002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/utils.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/utils.gypi b/gyp/utils.gypi index ac14a74ecd..4903f3d0fa 100644 --- a/gyp/utils.gypi +++ b/gyp/utils.gypi @@ -28,7 +28,6 @@ '<(skia_include_path)/utils/SkParsePath.h', '<(skia_include_path)/utils/SkPictureUtils.h', '<(skia_include_path)/utils/SkRandom.h', - '<(skia_include_path)/utils/SkRTConf.h', '<(skia_include_path)/utils/SkTextBox.h', '<(skia_src_path)/utils/SkBase64.cpp', @@ -68,7 +67,6 @@ '<(skia_src_path)/utils/SkPatchUtils.h', '<(skia_src_path)/utils/SkRGBAToYUV.cpp', '<(skia_src_path)/utils/SkRGBAToYUV.h', - '<(skia_src_path)/utils/SkRTConf.cpp', '<(skia_src_path)/utils/SkTextBox.cpp', '<(skia_src_path)/utils/SkTextureCompressor.cpp', '<(skia_src_path)/utils/SkTextureCompressor.h', |