summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-10 15:06:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-10 15:06:50 +0000
commit698ce16ccca0a79995d4e8c5c3a0de966969293a (patch)
tree9a15b74bfe9db10c55ca50ac7074900e824e4d5b /BUILD.gn
parentcdd46ff2e9f14641cfbdd7f4100abf32dae70613 (diff)
downloadchromium_src-698ce16ccca0a79995d4e8c5c3a0de966969293a.zip
chromium_src-698ce16ccca0a79995d4e8c5c3a0de966969293a.tar.gz
chromium_src-698ce16ccca0a79995d4e8c5c3a0de966969293a.tar.bz2
Add BUILD.gn file to build libpng.
This adds the BUILD.gn file so GN can generate the ninja files for this third_party project. BUG=None TEST=gn, ninja -C out/Default libpng R=brettw@chromium.org Review URL: https://codereview.chromium.org/123613008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 232d8db..d7c5cd5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -30,10 +30,11 @@ group("root") {
"//net",
"//net/third_party/nss:ssl",
"//sdch",
+ "//third_party/WebKit/Source/platform",
"//third_party/icu:icudata",
"//third_party/leveldatabase",
+ "//third_party/libpng",
"//third_party/zlib",
- "//third_party/WebKit/Source/platform",
"//skia",
"//tools/gn",
"//url",