| Index: third_party/libxml/libxml.gyp
|
| diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
|
| index 105ab87692dc5d026705cf13343071d336e0f9c7..477861328e82e85df3fea4ba60301cf0b5235af3 100644
|
| --- a/third_party/libxml/libxml.gyp
|
| +++ b/third_party/libxml/libxml.gyp
|
| @@ -56,6 +56,7 @@
|
| 'src/include/libxml/hash.h',
|
| 'src/include/libxml/HTMLparser.h',
|
| 'src/include/libxml/HTMLtree.h',
|
| + 'src/include/libxml/libxml_utils.h',
|
| 'src/include/libxml/list.h',
|
| 'src/include/libxml/nanoftp.h',
|
| 'src/include/libxml/nanohttp.h',
|
| @@ -109,6 +110,7 @@
|
| 'src/HTMLtree.c',
|
| 'src/legacy.c',
|
| 'src/libxml.h',
|
| + 'src/libxml_utils.cc',
|
| 'src/list.c',
|
| 'src/nanoftp.c',
|
| 'src/nanohttp.c',
|
|
|