aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.public
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-08-18 05:51:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-18 05:51:56 -0700
commitcf9c4759039c1d6dc5834d653fb36e465e3166d1 (patch)
tree3db1418c513f4f97552e062edd0427fad1b5b655 /BUILD.public
parent948376379362e54c5357005778ba5f53f3dc9d5e (diff)
Remove a couple zombie pathops files.
These files don't compile and are not referenced by any GYP file. BUG=skia: Review URL: https://codereview.chromium.org/1299773002
Diffstat (limited to 'BUILD.public')
-rw-r--r--BUILD.public4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.public b/BUILD.public
index f69e9b63c1..ed54aba787 100644
--- a/BUILD.public
+++ b/BUILD.public
@@ -63,10 +63,6 @@ SRCS = glob(
"src/utils/SkThreadUtils_pthread_other.cpp",
"src/utils/SkThreadUtils_win.cpp", # Windows-only. Move to ports?
"src/doc/*_XPS.cpp",
-
- # TODO(melanielc): These don't compile. Maybe remove them?
- "src/pathops/SkConicLineIntersection.cpp",
- "src/pathops/SkPathOpsPostSect.cpp",
],
)