diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -705,8 +705,8 @@ static_library("fxcodec") { include_dirs = [] deps = [ ":fxcrt", - "third_party:fx_lcms2", "third_party:fx_libopenjpeg", + "third_party:lcms2", "third_party:zlib", "//third_party:jpeg", ] |