summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 10:37:21 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 10:37:21 +0000
commit859552cca31e58bf46e5f29217b7f865acdd219f (patch)
tree26f9c9be2fb33c052f1b2c901f426e634843e2c0 /ui/ui.gyp
parent7fd9b6a7c7aa3b907441cdc3fdd27d7e8280c81c (diff)
downloadchromium_src-859552cca31e58bf46e5f29217b7f865acdd219f.zip
chromium_src-859552cca31e58bf46e5f29217b7f865acdd219f.tar.gz
chromium_src-859552cca31e58bf46e5f29217b7f865acdd219f.tar.bz2
ui target does not need zlib and libpng to build.
ui target should link fine without those deps. This is because zlib and libpng are only used by ui/gfx/. BUG=299841 TEST=ui_unittests, gfx_unittests TBR=ben@chromium.org Review URL: https://codereview.chromium.org/180833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 2611ab7..5362be4 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -19,8 +19,6 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
- '../third_party/libpng/libpng.gyp:libpng',
- '../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',
'base/strings/ui_strings.gyp:ui_strings',
'events/events.gyp:events_base',