aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2018-02-12 14:47:34 +0800
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-12 07:42:08 +0000
commit56a4a099e707b2d556f4e39605b72fe8b8cde6f8 (patch)
tree6c635b0f786f1d96f2a0c132180f13368dfae7f6 /BUILD.gn
parenta76f6161f1c2640302bb5fb1371b2ac14cf5c6d7 (diff)
Add init-once to threaded backend
For the simplicity of this CL, I haven't enabled DAA for init-once yet. The current init-once is only enabled for draw path, and it simply generates the dev path in the init-once phase. Bug: skia: Change-Id: Ie9a9ef9fc453acbdeb48b06b93d578c626961e3f Reviewed-on: https://skia-review.googlesource.com/87784 Commit-Queue: Yuqian Li <liyuqian@google.com> Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 1 insertions, 7 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ea71c8a446..d45f692edd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1490,13 +1490,7 @@ if (skia_enable_tools) {
test_lib("samples") {
public_include_dirs = [ "samplecode" ]
include_dirs = [ "experimental" ]
- sources = samples_sources + [
- # Relocating these files here, so that clients don't try to build them while they're
- # still in active development. Clang's thread safety analysis gets tripped up by
- # conditional locks.
- "src/core/SkThreadedBMPDevice.cpp",
- "src/core/SkThreadedBMPDevice.h",
- ]
+ sources = samples_sources
deps = [
":experimental_sksg",
":experimental_svg_model",