diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:20:06 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:20:06 +0000 |
commit | e99274704e1603e54a3d21fd4d87986984d55a58 (patch) | |
tree | 4d5a8b6aa7c4aa86bed7766c71bb9bd64275457d /chrome/DEPS | |
parent | b02d469b9e0f240e52ea453d13c43cf08ac52e23 (diff) | |
download | chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.zip chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.tar.gz chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.tar.bz2 |
Move libxml_utils from chrome/common to third_party/libxml/chromium.
Why here? Discussion at:
https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fafe7c6bb54c4ed5/
BUG=chromium:119817
TEST=Chrome builds on all platforms and trybots succeed.
Review URL: https://chromiumcodereview.appspot.com/10251004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 949cb3b..ccba66e 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -44,6 +44,7 @@ include_rules = [ # Allow inclusion of third-party code: "+third_party/hunspell", "+third_party/icon_family", # IconFamily for Mac. + "+third_party/libxml", "+third_party/mozilla", # Mozilla interface headers. "+third_party/npapi", # NPAPI interface headers. "+third_party/skia", |