diff options
author | brianosman <brianosman@google.com> | 2016-06-17 13:43:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-17 13:43:27 -0700 |
commit | 944876f2745a62a839e49275daf93a0329372e67 (patch) | |
tree | efcb2109562bcefb36a65099a63f329091d6b9d4 /gyp | |
parent | e75cdcb85b73c4484a992bf5531394632e757870 (diff) |
More removal of SkColorProfileType...
Scrub GMs. Remove the gDefaultProfile thing (it's unused now), along with
the command line flag that was setting it in DM and nanobench.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2071393002
Review-Url: https://codereview.chromium.org/2071393002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index d3102e4f92..516faf3095 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -421,7 +421,6 @@ '<(skia_include_path)/private/SkFloatBits.h', '<(skia_include_path)/private/SkFloatingPoint.h', '<(skia_include_path)/private/SkGpuFenceSync.h', - '<(skia_include_path)/private/SkImageInfoPriv.h', '<(skia_include_path)/private/SkMiniRecorder.h', '<(skia_include_path)/private/SkMutex.h', '<(skia_include_path)/private/SkOnce.h', |