summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 17:59:43 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 17:59:43 +0000
commit50d8c0ee4123f83f831b1f319776e4229e102304 (patch)
tree9773e53a0710b83988bba77aa4c8d4b19ccd8342 /third_party/libxslt
parent6f02d70653078641798afcbb469383efe0285058 (diff)
downloadchromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.zip
chromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.tar.gz
chromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.tar.bz2
Remove 'settings' type from gyp files
It is not actually supported by gyp; the fact that it works is a bug that I am working on fixing. BUG=96629 Review URL: http://codereview.chromium.org/7889051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/libxslt.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp
index 7dfd093..4ac5e6c 100644
--- a/third_party/libxslt/libxslt.gyp
+++ b/third_party/libxslt/libxslt.gyp
@@ -22,7 +22,7 @@
'target_name': 'libxslt',
'conditions': [
['os_posix == 1 and OS != "mac" and use_system_libxml', {
- 'type': 'settings',
+ 'type': 'none',
'direct_dependent_settings': {
'cflags': [
'<!@(pkg-config --cflags libxslt)',