| Index: tools/gn/secondary/third_party/zlib/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/zlib/BUILD.gn b/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| index 0e257f185e556545907b4198e08e5846ebfd2326..033d4623549cdda84a7d3a8addfe8a5bbfc2d70a 100644
|
| --- a/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| @@ -7,8 +7,6 @@ config("zlib_config") {
|
| }
|
|
|
| static_library("zlib") {
|
| - external = true
|
| -
|
| if (!is_win) {
|
| # Don't stomp on "libzlib" on other platforms.
|
| output_name = "chrome_zlib"
|
| @@ -51,7 +49,6 @@ static_library("zlib") {
|
| }
|
|
|
| static_library("minizip") {
|
| - external = true
|
| sources = [
|
| "contrib/minizip/ioapi.c",
|
| "contrib/minizip/ioapi.h",
|
| @@ -87,7 +84,6 @@ static_library("minizip") {
|
| }
|
|
|
| static_library("zip") {
|
| - external = true
|
| sources = [
|
| "google/zip.cc",
|
| "google/zip.h",
|
|
|