Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: tools/gn/secondary/third_party/zlib/BUILD.gn

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/secondary/third_party/wtl/BUILD.gn ('k') | tools/gn/secondary/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « tools/gn/secondary/third_party/wtl/BUILD.gn ('k') | tools/gn/secondary/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698