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 /chrome/chrome.gyp | |
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 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b609d73..0c6726d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -569,7 +569,6 @@ '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', - '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', '../third_party/hunspell/hunspell.gyp:hunspell', '../webkit/support/webkit_support.gyp:glue', @@ -1591,7 +1590,6 @@ '../third_party/icu/icu.gyp:*', '../third_party/libjpeg/libjpeg.gyp:*', '../third_party/libpng/libpng.gyp:*', - '../third_party/libxml/libxml.gyp:*', '../third_party/libxslt/libxslt.gyp:*', '../third_party/lzma_sdk/lzma_sdk.gyp:*', '../third_party/modp_b64/modp_b64.gyp:*', |