aboutsummaryrefslogtreecommitdiff
path: root/gn/gpu.gni
diff options
context:
space:
mode:
authorRobert Phillips <robertphillips@google.com>2019-01-29 14:39:07 +0000
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2019-01-29 14:39:19 +0000
commitea8b4fc950bd18c7f25ab0aca414dd5c191e1c39 (patch)
treec3275af84ff8c135ba77b5e9cb31bf62d1e8cabc /gn/gpu.gni
parentf8397f2b3f00ca17da3c028a287097b5d79cd315 (diff)
downloadskqp-ea8b4fc950bd18c7f25ab0aca414dd5c191e1c39.tar.gz
Revert "Split GrContextThreadSafeProxy into its own files"
This reverts commit f8397f2b3f00ca17da3c028a287097b5d79cd315. Reason for revert: Breaking Flutter build! Original change's description: > Split GrContextThreadSafeProxy into its own files > > This just shuffles stuff around. > > Change-Id: Ieab35f50945efe87512d7077cb994132f0e0b6ef > Reviewed-on: https://skia-review.googlesource.com/c/186874 > Reviewed-by: Brian Salomon <bsalomon@google.com> > Commit-Queue: Robert Phillips <robertphillips@google.com> TBR=bsalomon@google.com,robertphillips@google.com Change-Id: I236add95d8a0066037854b5532a7db131d93d603 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/187783 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 47106aa8f5..0e805b34f3 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -15,7 +15,6 @@ skia_gpu_sources = [
"$_include/gpu/GrConfig.h",
"$_include/gpu/GrContextOptions.h",
"$_include/gpu/GrContext.h",
- "$_include/gpu/GrContextThreadSafeProxy.h",
"$_include/gpu/GrDriverBugWorkarounds.h",
"$_include/gpu/GrGpuResource.h",
"$_include/gpu/GrRenderTarget.h",
@@ -72,7 +71,6 @@ skia_gpu_sources = [
"$_src/gpu/GrColorSpaceXform.h",
"$_src/gpu/GrContext.cpp",
"$_src/gpu/GrContextPriv.h",
- "$_src/gpu/GrContextThreadSafeProxy.cpp",
"$_src/gpu/GrContextThreadSafeProxyPriv.h",
"$_src/gpu/GrCoordTransform.h",
"$_src/gpu/GrDDLContext.cpp",