diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 14:56:10 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 14:56:10 +0000 |
commit | 9b7ef2fba9efa3d6d653cfc83468632f080b8245 (patch) | |
tree | 8aeea436be47f9097af23c32b3de9aaa2e0da827 /third_party | |
parent | 47c0fef5bb322c176f16181ef3d65ed4a8c19ed6 (diff) | |
download | chromium_src-9b7ef2fba9efa3d6d653cfc83468632f080b8245.zip chromium_src-9b7ef2fba9efa3d6d653cfc83468632f080b8245.tar.gz chromium_src-9b7ef2fba9efa3d6d653cfc83468632f080b8245.tar.bz2 |
Revert both 3079 and 3063 because they caused linux and mac breakage.
Review URL: http://codereview.chromium.org/7015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxml/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libxml/SConscript b/third_party/libxml/SConscript index 8be5f47..3a0c00a 100644 --- a/third_party/libxml/SConscript +++ b/third_party/libxml/SConscript @@ -36,6 +36,7 @@ env.Prepend( '$ICU38_DIR/public/common', '$ICU38_DIR/public/18n', '$ZLIB_DIR', + 'scons', 'scons/include', 'include', ], |