Index: third_party/libxml/libxml.gyp |
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp |
index 105ab87692dc5d026705cf13343071d336e0f9c7..e791bce2f90f5750189b8e6ff1c2ff023caec7d2 100644 |
--- a/third_party/libxml/libxml.gyp |
+++ b/third_party/libxml/libxml.gyp |
@@ -40,6 +40,8 @@ |
}, { # else: os_posix != 1 or OS == "mac" or ! use_system_libxml |
'type': 'static_library', |
'sources': [ |
+ 'chromium/include/libxml/libxml_utils.h', |
Paweł Hajdan Jr.
2012/05/04 07:37:25
This breaks when -Duse_system_libxml=1 is used. Ca
dtu
2012/05/07 22:59:11
Fixed the use_system_libxml condition.
|
+ 'chromium/libxml_utils.cc', |
'linux/config.h', |
'linux/include/libxml/xmlversion.h', |
'mac/config.h', |
@@ -159,6 +161,7 @@ |
'include_dirs': [ |
'<(os_include)', |
'<(os_include)/include', |
+ 'chromium/include', |
'src/include', |
], |
'dependencies': [ |
@@ -174,6 +177,7 @@ |
], |
'include_dirs': [ |
'<(os_include)/include', |
+ 'chromium/include', |
'src/include', |
], |
}, |