aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-10-30 11:57:15 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 16:45:29 +0000
commit03141d25cf75c4ce6cdb94f90e9538ee3c878699 (patch)
treed635693f932ac01306c0bda8b388911a1f79199b /public.bzl
parentcc309eb9b18a707dfb94d89866a474bebf7f2777 (diff)
remove SkThread, using std::thread instead
Change-Id: I871dd5eea4496e87c206b46d9eae81cb521b11ce Reviewed-on: https://skia-review.googlesource.com/65103 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index d66781b534..3cd08fee6a 100644
--- a/public.bzl
+++ b/public.bzl
@@ -225,7 +225,6 @@ BASE_SRCS_ALL = struct(
"src/ports/**/*",
"src/utils/android/**/*",
"src/utils/mac/**/*",
- "src/utils/SkThreadUtils_win.cpp", # Windows-only. Move to ports?
"src/utils/win/**/*",
"src/views/sdl/*",
"src/views/win/*",