diff options
author | Mike Klein <mtklein@google.com> | 2018-07-25 13:28:44 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-25 18:17:26 +0000 |
commit | 48b649060c8d3ae104274703553d7c03a58f3ddd (patch) | |
tree | 6f29689578387a2c1234a6aeb89803d3f6924c59 /gn | |
parent | 1c94a8fabed7196e985a0ed81ce8325c8f606940 (diff) |
remove SkThreadedBMPDevice and friends
It is unused, is becoming a maintainence burden and source of bugs,
and takes up a lot of time on the *SAN bots.
Change-Id: If383eb6e4838ca23140f9e16d518b1bfc655fa12
Reviewed-on: https://skia-review.googlesource.com/143307
Auto-Submit: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/core.gni | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gn/core.gni b/gn/core.gni index 66595af406..0c22304912 100644 --- a/gn/core.gni +++ b/gn/core.gni @@ -311,8 +311,6 @@ skia_core_sources = [ "$_src/core/SkSRGB.cpp", "$_src/core/SkTaskGroup.cpp", "$_src/core/SkTaskGroup.h", - "$_src/core/SkTaskGroup2D.cpp", - "$_src/core/SkTaskGroup2D.h", "$_src/core/SkTDPQueue.h", "$_src/core/SkTDynamicHash.h", "$_src/core/SkTextBlob.cpp", @@ -322,9 +320,6 @@ skia_core_sources = [ "$_src/core/SkTextToPathIter.h", "$_src/core/SkTime.cpp", - # The Clang's false positive thread warnings have been resolved in SkTaskGroup2D.cpp - "$_src/core/SkThreadedBMPDevice.cpp", - "$_src/core/SkThreadedBMPDevice.h", "$_src/core/SkThreadID.cpp", "$_src/core/SkTLList.h", "$_src/core/SkTLS.cpp", |