diff options
author | mad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 16:23:14 +0000 |
---|---|---|
committer | mad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 16:23:14 +0000 |
commit | ae393ec70a52e34e9f17536faf1889b69d767b3a (patch) | |
tree | 3ae0d5993ce400117f79885ebdda8b539f82637e /app | |
parent | 3530cd9023fed0204e7df17b11f121d89ca6303a (diff) | |
download | chromium_src-ae393ec70a52e34e9f17536faf1889b69d767b3a.zip chromium_src-ae393ec70a52e34e9f17536faf1889b69d767b3a.tar.gz chromium_src-ae393ec70a52e34e9f17536faf1889b69d767b3a.tar.bz2 |
Cleanup some unncessary dependencies on libxml.
As working on change committed in rev50132, instead of yet adding another project to the dependency list of libxml, I decided to abstract the dependency in the metrics helper.
BUG=0
TEST=None
Review URL: http://codereview.chromium.org/2753010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp index a7c328f..7b0c847 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -34,7 +34,6 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjpeg/libjpeg.gyp:libjpeg', '../third_party/libpng/libpng.gyp:libpng', - '../third_party/libxml/libxml.gyp:libxml', '../third_party/zlib/zlib.gyp:zlib', ], 'sources': [ |