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

Side by Side Diff: third_party/libxml/libxml.gyp

Issue 1207543002: Update libxml gyp and BUILD.gn, was missing some .h files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: desort more2 Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
Nico 2015/06/23 21:30:20 xmlIO.h includes xzlib.h, so maybe add that too?
scottmg 2015/06/23 21:32:42 [clang-win2]d:\src\cr3\src\third_party\libxml>pt H
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',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 }], 260 }],
259 ], 261 ],
260 }], 262 }],
261 ['OS == "ios"', { 263 ['OS == "ios"', {
262 'toolsets': ['host', 'target'], 264 'toolsets': ['host', 'target'],
263 }], 265 }],
264 ], 266 ],
265 }, 267 },
266 ], 268 ],
267 } 269 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698