diff --git a/engine/src/flutter/third_party/BUILD.gn b/engine/src/flutter/third_party/BUILD.gn deleted file mode 100644 index 5bd3f98f00..0000000000 --- a/engine/src/flutter/third_party/BUILD.gn +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -group("jpeg") { - deps = [ - "//third_party/libjpeg:libjpeg", - ] -} diff --git a/engine/src/flutter/third_party/iccjpeg/BUILD.gn b/engine/src/flutter/third_party/iccjpeg/BUILD.gn index 4c4a995977..b802567fa8 100644 --- a/engine/src/flutter/third_party/iccjpeg/BUILD.gn +++ b/engine/src/flutter/third_party/iccjpeg/BUILD.gn @@ -14,6 +14,6 @@ source_set("iccjpeg") { public_configs = [ ":iccjpeg_config" ] deps = [ - "//third_party:jpeg", + "//third_party/libjpeg", ] }