From 6fe16d3f58937957351fb347a7b1dffa0e0768bc Mon Sep 17 00:00:00 2001 From: scroggo Date: Thu, 27 Oct 2016 12:24:43 -0700 Subject: Remove SkMovie and giflib SkMovie is not used in any of our tests or by Chromium. It is also not supported by GN. It is being moved into Android, its only client, so we can delete it here. giflib is only used by SkMovie, so stop pulling/building it. TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3945 Change-Id: I28a8155fd59e139bb21ec2295cc22fdced034284 Review-Url: https://codereview.chromium.org/2449213004 --- third_party/giflib/BUILD.gn | 23 ----------------------- third_party/giflib/unistd.h | 7 ------- 2 files changed, 30 deletions(-) delete mode 100644 third_party/giflib/BUILD.gn delete mode 100644 third_party/giflib/unistd.h (limited to 'third_party') diff --git a/third_party/giflib/BUILD.gn b/third_party/giflib/BUILD.gn deleted file mode 100644 index a82bf921fb..0000000000 --- a/third_party/giflib/BUILD.gn +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2016 Google Inc. -# -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -declare_args() { -} - -import("../third_party.gni") - -third_party("giflib") { - public_include_dirs = [ "../externals/giflib" ] - - if (is_win) { - include_dirs = [ "." ] - } - - sources = [ - "../externals/giflib/dgif_lib.c", - "../externals/giflib/gif_err.c", - "../externals/giflib/gifalloc.c", - ] -} diff --git a/third_party/giflib/unistd.h b/third_party/giflib/unistd.h deleted file mode 100644 index 445321717f..0000000000 --- a/third_party/giflib/unistd.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2015 Google Inc. - -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// This file does nothing. There are files in the external giflib that include -// . This file exists so that the include does not fail on Windows. -- cgit v1.2.3