| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 # Define an "os_include" variable that points at the OS-specific generated | 8 # Define an "os_include" variable that points at the OS-specific generated |
| 9 # headers. These were generated by running the configure script offline. | 9 # headers. These were generated by running the configure script offline. |
| 10 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 10 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'src/include/libxml/xmlschemas.h', | 124 'src/include/libxml/xmlschemas.h', |
| 125 'src/include/libxml/xmlschemastypes.h', | 125 'src/include/libxml/xmlschemastypes.h', |
| 126 'src/include/libxml/xmlstring.h', | 126 'src/include/libxml/xmlstring.h', |
| 127 'src/include/libxml/xmlunicode.h', | 127 'src/include/libxml/xmlunicode.h', |
| 128 'src/include/libxml/xmlwriter.h', | 128 'src/include/libxml/xmlwriter.h', |
| 129 'src/include/libxml/xpath.h', | 129 'src/include/libxml/xpath.h', |
| 130 'src/include/libxml/xpathInternals.h', | 130 'src/include/libxml/xpathInternals.h', |
| 131 'src/include/libxml/xpointer.h', | 131 'src/include/libxml/xpointer.h', |
| 132 'src/include/win32config.h', | 132 'src/include/win32config.h', |
| 133 'src/include/wsockcompat.h', | 133 'src/include/wsockcompat.h', |
| 134 'src/acconfig.h', | |
| 135 'src/buf.c', | 134 'src/buf.c', |
| 136 'src/buf.h', | 135 'src/buf.h', |
| 137 'src/c14n.c', | 136 'src/c14n.c', |
| 138 'src/catalog.c', | 137 'src/catalog.c', |
| 139 'src/chvalid.c', | 138 'src/chvalid.c', |
| 140 'src/debugXML.c', | 139 'src/debugXML.c', |
| 141 'src/dict.c', | 140 'src/dict.c', |
| 142 'src/DOCBparser.c', | 141 'src/DOCBparser.c', |
| 143 'src/elfgcchack.h', | 142 'src/elfgcchack.h', |
| 143 'src/enc.h', |
| 144 'src/encoding.c', | 144 'src/encoding.c', |
| 145 'src/entities.c', | 145 'src/entities.c', |
| 146 'src/error.c', | 146 'src/error.c', |
| 147 'src/globals.c', | 147 'src/globals.c', |
| 148 'src/hash.c', | 148 'src/hash.c', |
| 149 'src/HTMLparser.c', | 149 'src/HTMLparser.c', |
| 150 'src/HTMLtree.c', | 150 'src/HTMLtree.c', |
| 151 'src/legacy.c', | 151 'src/legacy.c', |
| 152 'src/libxml.h', | 152 'src/libxml.h', |
| 153 'src/list.c', | 153 'src/list.c', |
| 154 'src/parser.c', | 154 'src/parser.c', |
| 155 'src/parserInternals.c', | 155 'src/parserInternals.c', |
| 156 'src/pattern.c', | 156 'src/pattern.c', |
| 157 'src/relaxng.c', | 157 'src/relaxng.c', |
| 158 'src/save.h', |
| 158 'src/SAX.c', | 159 'src/SAX.c', |
| 159 'src/SAX2.c', | 160 'src/SAX2.c', |
| 160 'src/schematron.c', | 161 'src/schematron.c', |
| 161 'src/threads.c', | 162 'src/threads.c', |
| 163 'src/timsort.h', |
| 162 'src/tree.c', | 164 'src/tree.c', |
| 163 #'src/trio.c', | 165 #'src/trio.c', |
| 164 #'src/trio.h', | 166 #'src/trio.h', |
| 165 #'src/triodef.h', | 167 #'src/triodef.h', |
| 166 #'src/trionan.c', | 168 #'src/trionan.c', |
| 167 #'src/trionan.h', | 169 #'src/trionan.h', |
| 168 #'src/triop.h', | 170 #'src/triop.h', |
| 169 #'src/triostr.c', | 171 #'src/triostr.c', |
| 170 #'src/triostr.h', | 172 #'src/triostr.h', |
| 171 'src/uri.c', | 173 'src/uri.c', |
| 172 'src/valid.c', | 174 'src/valid.c', |
| 173 'src/xinclude.c', | 175 'src/xinclude.c', |
| 174 'src/xlink.c', | 176 'src/xlink.c', |
| 175 'src/xmlIO.c', | 177 'src/xmlIO.c', |
| 176 'src/xmlmemory.c', | 178 'src/xmlmemory.c', |
| 177 'src/xmlmodule.c', | 179 'src/xmlmodule.c', |
| 178 'src/xmlreader.c', | 180 'src/xmlreader.c', |
| 179 'src/xmlregexp.c', | 181 'src/xmlregexp.c', |
| 180 'src/xmlsave.c', | 182 'src/xmlsave.c', |
| 181 'src/xmlschemas.c', | 183 'src/xmlschemas.c', |
| 182 'src/xmlschemastypes.c', | 184 'src/xmlschemastypes.c', |
| 183 'src/xmlstring.c', | 185 'src/xmlstring.c', |
| 184 'src/xmlunicode.c', | 186 'src/xmlunicode.c', |
| 185 'src/xmlwriter.c', | 187 'src/xmlwriter.c', |
| 186 'src/xpath.c', | 188 'src/xpath.c', |
| 187 'src/xpointer.c', | 189 'src/xpointer.c', |
| 190 #'src/xzlib.c', |
| 191 'src/xzlib.h', |
| 188 'win32/config.h', | 192 'win32/config.h', |
| 189 'win32/include/libxml/xmlversion.h', | 193 'win32/include/libxml/xmlversion.h', |
| 190 ], | 194 ], |
| 191 'defines': [ | 195 'defines': [ |
| 192 # Define LIBXML_STATIC as nothing to match how libxml.h | 196 # Define LIBXML_STATIC as nothing to match how libxml.h |
| 193 # (an internal header) defines LIBXML_STATIC, otherwise | 197 # (an internal header) defines LIBXML_STATIC, otherwise |
| 194 # we get the macro redefined warning from GCC. (-DFOO | 198 # we get the macro redefined warning from GCC. (-DFOO |
| 195 # defines the macro FOO as 1.) | 199 # defines the macro FOO as 1.) |
| 196 'LIBXML_STATIC=', | 200 'LIBXML_STATIC=', |
| 197 ], | 201 ], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 }], | 262 }], |
| 259 ], | 263 ], |
| 260 }], | 264 }], |
| 261 ['OS == "ios"', { | 265 ['OS == "ios"', { |
| 262 'toolsets': ['host', 'target'], | 266 'toolsets': ['host', 'target'], |
| 263 }], | 267 }], |
| 264 ], | 268 ], |
| 265 }, | 269 }, |
| 266 ], | 270 ], |
| 267 } | 271 } |
| OLD | NEW |