Chromium Code Reviews| Index: third_party/libxml/BUILD.gn |
| diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn |
| index e6e10899dcdf809f49bfdfce6e9d8794c454d581..6b90ebeb7be07322097717bd9c30510724c81b4a 100644 |
| --- a/third_party/libxml/BUILD.gn |
| +++ b/third_party/libxml/BUILD.gn |
| @@ -38,7 +38,6 @@ static_library("libxml") { |
| "src/HTMLtree.c", |
| "src/SAX.c", |
| "src/SAX2.c", |
| - "src/acconfig.h", |
| "src/buf.c", |
| "src/buf.h", |
| "src/c14n.c", |
| @@ -47,6 +46,7 @@ static_library("libxml") { |
| "src/debugXML.c", |
| "src/dict.c", |
| "src/elfgcchack.h", |
| + "src/enc.h", |
| "src/encoding.c", |
| "src/entities.c", |
| "src/error.c", |
| @@ -105,8 +105,10 @@ static_library("libxml") { |
| "src/parserInternals.c", |
| "src/pattern.c", |
| "src/relaxng.c", |
| + "src/save.h", |
| "src/schematron.c", |
| "src/threads.c", |
| + "src/timsort.c", |
|
Nico
2015/06/23 22:16:25
oh, this should say .h
scottmg
2015/06/23 22:27:21
darn, maybe not best cl ever
|
| "src/tree.c", |
| #"src/trio.c", |
| @@ -134,6 +136,8 @@ static_library("libxml") { |
| "src/xmlwriter.c", |
| "src/xpath.c", |
| "src/xpointer.c", |
| + #"src/xzlib.c", |
| + "src/xzlib.h", |
| "win32/config.h", |
| "win32/include/libxml/xmlversion.h", |
| ] |