Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(582)

Unified Diff: third_party/libxml/libxml.gyp

Issue 10251004: Move libxml_utils from chrome/common to third_party/libxml/chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to third_party/libxml/chromium. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},

Powered by Google App Engine
This is Rietveld 408576698