summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-06 06:55:08 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-06 06:55:08 +0000
commita9155089ee5fb144ca660f57ad776b75776346ac (patch)
treeeeaaf4bfea7ad8d00db3f21bd2e54e8c06a54359 /BUILD.gn
parent530bf7e81fc648f82634abcfa165bbda19d69cc1 (diff)
downloadchromium_src-a9155089ee5fb144ca660f57ad776b75776346ac.zip
chromium_src-a9155089ee5fb144ca660f57ad776b75776346ac.tar.gz
chromium_src-a9155089ee5fb144ca660f57ad776b75776346ac.tar.bz2
Enable libpng and zlib in GN build.
Right now they are commented out in BUILD.gn, but since we have bots testing gn builds and they build fine locally it should be OK to enable them in the source tree. TEST=gen gen //out/Debug_gn, ninja -C out/Debug_gn libpng zlib R=dpranke@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/227023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b2f39a1..4591422 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -30,14 +30,14 @@ group("root") {
#"//net",
#"//net/third_party/nss:ssl",
#"//sdch",
- "//third_party/re2",
- "//third_party/freetype2",
+ #"//skia",
#"//third_party/WebKit/Source/platform",
+ "//third_party/freetype2",
#"//third_party/icu:icudata",
#"//third_party/leveldatabase",
- #"//third_party/libpng",
- #"//third_party/zlib",
- #"//skia",
+ "//third_party/libpng",
+ "//third_party/re2",
+ "//third_party/zlib",
"//tools/gn",
"//url",
]