From f308022a125273fed883160b599c6f2eb9c4e86a Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 11 Dec 2015 14:13:46 -0800 Subject: [PATCH] Remove //third_party/BUILD.gn We no longer need this hack to mux between libjpeg and libjpeg_turbo. --- engine/src/flutter/third_party/BUILD.gn | 9 --------- engine/src/flutter/third_party/iccjpeg/BUILD.gn | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 engine/src/flutter/third_party/BUILD.gn 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", ] }