| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 4b603415d98c6fe7d8b983cdc4d26303547c1c5f..222a1f4b14dfd2ad4afc70d4e2ea0e25a91a52d8 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -773,7 +773,6 @@ if (pdf_enable_xfa) {
|
|
|
| static_library("xfa") {
|
| sources = [
|
| - "xfa/include/foxitxfa.h",
|
| "xfa/include/fwl/adapter/fwl_adapternative.h",
|
| "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
|
| "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
|
| @@ -941,7 +940,6 @@ if (pdf_enable_xfa) {
|
| "xfa/src/fgas/src/localization/fx_localemgr.h",
|
| "xfa/src/fgas/src/xml/fx_sax_imp.cpp",
|
| "xfa/src/fgas/src/xml/fx_sax_imp.h",
|
| - "xfa/src/foxitlib.h",
|
| "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp",
|
| "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp",
|
| "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp",
|
|
|