diff options
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 719b53b663..ef3a9edc5d 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -301,8 +301,8 @@ component("skia") { deps = [ ":skia_opts", - "../third_party:fx_zlib", "//:freetype_common", + "//third_party/zlib:zlib", ] if (is_linux) { |