clean up stray libpng deps

I don't know why libpng is all over the place like this,
but it really only is used by SkPngCodec, by DM, and by
a few unit tests.

Change-Id: I60908d9412cbac819c9e29154c5aba6e924f099a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203192
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Mike Klein 2019-03-25 13:18:35 -05:00 committed by Skia Commit-Bot
parent bb792aae8c
commit 171284fb1a

View File

@ -1647,7 +1647,6 @@ if (skia_enable_tools) {
":experimental_svg_model",
":flags",
":gpu_tool_utils",
"//third_party/libpng",
]
}
@ -2022,7 +2021,6 @@ if (skia_enable_tools) {
":skia",
":tool_utils",
"//third_party/libmicrohttpd",
"//third_party/libpng",
]
}
}
@ -2071,7 +2069,6 @@ if (skia_enable_tools) {
":gpu_tool_utils",
":skia",
"modules/skottie:fuzz",
"//third_party/libpng",
]
}
@ -2537,7 +2534,6 @@ if (skia_enable_tools) {
":generate_mocs",
":generate_resources",
":skia",
"//third_party/libpng",
]
}
}