diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-05-09 15:03:33 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-09 22:24:52 +0000 |
commit | 8a6fdadccd2eedf332ae3a72f0149c1b40cb5bd9 (patch) | |
tree | 307288716efc81c5b3d5d0e05c380cdd10add95a /BUILD.gn | |
parent | 392cfd62f6fd6fc505b644b67938ea30131eb837 (diff) | |
download | pdfium-8a6fdadccd2eedf332ae3a72f0149c1b40cb5bd9.tar.xz |
Create common CXML_Object base class for CXML_Content and CXML_Element.
They should each know what they are rather than having an
external ChildRecord struct to track the type.
Change-Id: Ic647ba45569764073e944d30af1a96dccdc29eb3
Reviewed-on: https://pdfium-review.googlesource.com/5210
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -803,11 +803,14 @@ static_library("fxcrt") { "core/fxcrt/xml/cxml_attritem.h", "core/fxcrt/xml/cxml_attrmap.cpp", "core/fxcrt/xml/cxml_attrmap.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", ] |