From a8c23df288d6fdfa2591ec43843ab3090bd95951 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 16 Apr 2018 19:54:47 +0000 Subject: Remove CXML This CL deletes the CXML parser as it is no longer used. Change-Id: Ic4815b683515ee860a6ae5c7ca39e15573e584bc Reviewed-on: https://pdfium-review.googlesource.com/30694 Commit-Queue: dsinclair Reviewed-by: Henrique Nakashima --- BUILD.gn | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 1598e76d49..9f93d7232f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -951,18 +951,6 @@ jumbo_static_library("fxcrt") { "core/fxcrt/fx_arabic.cpp", "core/fxcrt/fx_arabic.h", "core/fxcrt/locale_iface.h", - "core/fxcrt/xml/cxml_attritem.cpp", - "core/fxcrt/xml/cxml_attritem.h", - "core/fxcrt/xml/cxml_content.cpp", - "core/fxcrt/xml/cxml_content.h", - "core/fxcrt/xml/cxml_databufacc.cpp", - "core/fxcrt/xml/cxml_databufacc.h", - "core/fxcrt/xml/cxml_element.cpp", - "core/fxcrt/xml/cxml_element.h", - "core/fxcrt/xml/cxml_object.cpp", - "core/fxcrt/xml/cxml_object.h", - "core/fxcrt/xml/cxml_parser.cpp", - "core/fxcrt/xml/cxml_parser.h", ] } } -- cgit v1.2.3