| Index: third_party/WebKit/Source/core/xml/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/xml/BUILD.gn b/third_party/WebKit/Source/core/xml/BUILD.gn
|
| index 09771a2308c81c82a0cd408572b587f51b1cd16f..42d04fbca780918f892999d3bb78431e33156b9c 100644
|
| --- a/third_party/WebKit/Source/core/xml/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/xml/BUILD.gn
|
| @@ -8,6 +8,8 @@ blink_core_sources("xml") {
|
| sources = [
|
| "DOMParser.cpp",
|
| "DOMParser.h",
|
| + "DocumentXMLTreeViewer.cpp",
|
| + "DocumentXMLTreeViewer.h",
|
| "DocumentXPathEvaluator.cpp",
|
| "DocumentXPathEvaluator.h",
|
| "DocumentXSLT.cpp",
|
|
|