aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/skia/Dockerfile
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@users.noreply.github.com>2018-01-16 10:09:19 -0500
committerGravatar Abhishek Arya <inferno@chromium.org>2018-01-16 07:09:19 -0800
commit0f5e45d8ff04de550ad73c7d655e6b2a18888ea4 (patch)
tree83bd5f840c4e618914380363c11709627dcb0039 /projects/skia/Dockerfile
parent5ed681d285d2108bdaa8e5011e6eda82166c3f01 (diff)
Move region_deserialize to Skia proper (#1077)
Diffstat (limited to 'projects/skia/Dockerfile')
-rw-r--r--projects/skia/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/skia/Dockerfile b/projects/skia/Dockerfile
index 518461b0..3daa1712 100644
--- a/projects/skia/Dockerfile
+++ b/projects/skia/Dockerfile
@@ -32,8 +32,6 @@ RUN python tools/git-sync-deps
COPY build.sh $SRC/
-# Dirty, ugly hacks until I land the final result in Skia proper
COPY region_deserialize.options $SRC/skia/region_deserialize.options
COPY BUILD.gn.diff $SRC/skia/BUILD.gn.diff
RUN cat BUILD.gn.diff >> BUILD.gn
-COPY region_deserialize.cpp $SRC/skia/fuzz/oss_fuzz/region_deserialize.cpp