aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/core.gni
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2017-12-01 14:16:15 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-01 19:39:51 +0000
commit9b50d9dd2b079e678730b43514e9ad385d8b7ea3 (patch)
tree554980079b9c0fe46d26b3afe68f4ebed2284abc /gn/core.gni
parent213d8214628ec7a844f00b5b7bb63b9bf02d7303 (diff)
Try to bypass the false-positive clang thread analysis warning
This is identical to 70221 except for 3 lines inside SkFlexibleTaskGroup2D::work to bypass the false-positive warning. We cannot reproduce the error the android roller generated so we'll have to try and see. The detailed warning can be found in: https://skia-review.googlesource.com/c/skia/+/78720 TBR: mtklein@google.com Bug: skia: Change-Id: I3e2f414581dbd1398482cf45cf4f43eaf0535651 Reviewed-on: https://skia-review.googlesource.com/79321 Commit-Queue: Yuqian Li <liyuqian@google.com> Reviewed-by: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'gn/core.gni')
-rw-r--r--gn/core.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 259cd191f4..5ef7da60d0 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -300,6 +300,8 @@ 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/SkTInternalLList.h",