| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 6a1b615db4f68abb399369c88f18409eafcb0c7b..43a86448d79a5f4e5d8414381df530f49efd8b7f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -50,18 +50,6 @@ config("pdfium_config") {
|
|
|
| static_library("pdfium") {
|
| sources = [
|
| - "fpdfsdk/include/fpdfdoc.h",
|
| - "fpdfsdk/include/fpdfedit.h",
|
| - "fpdfsdk/include/fpdfformfill.h",
|
| - "fpdfsdk/include/fpdftext.h",
|
| - "fpdfsdk/include/fpdfview.h",
|
| - "fpdfsdk/include/fpdf_dataavail.h",
|
| - "fpdfsdk/include/fpdf_flatten.h",
|
| - "fpdfsdk/include/fpdf_progressive.h",
|
| - "fpdfsdk/include/fpdf_searchex.h",
|
| - "fpdfsdk/include/fpdf_sysfontinfo.h",
|
| - "fpdfsdk/include/fpdf_ext.h",
|
| - "fpdfsdk/include/fpdf_sysfontinfo.h",
|
| "fpdfsdk/include/fsdk_actionhandler.h",
|
| "fpdfsdk/include/fsdk_annothandler.h",
|
| "fpdfsdk/include/fsdk_baseannot.h",
|
| @@ -88,8 +76,21 @@ static_library("pdfium") {
|
| "fpdfsdk/src/fsdk_rendercontext.cpp",
|
| "fpdfsdk/src/fpdfsdkdll.rc",
|
| "fpdfsdk/src/resource.h",
|
| - "fpdfsdk/include/fpdf_transformpage.h",
|
| - "fpdfsdk/src/fpdf_transformpage.cpp",
|
| + "public/fpdf_dataavail.h",
|
| + "public/fpdf_doc.h",
|
| + "public/fpdf_edit.h",
|
| + "public/fpdf_ext.h",
|
| + "public/fpdf_flatten.h",
|
| + "public/fpdf_formfill.h",
|
| + "public/fpdf_fwlevent.h",
|
| + "public/fpdf_ppo.h",
|
| + "public/fpdf_progressive.h",
|
| + "public/fpdf_save.h",
|
| + "public/fpdf_searchex.h",
|
| + "public/fpdf_sysfontinfo.h",
|
| + "public/fpdf_text.h",
|
| + "public/fpdf_transformpage.h",
|
| + "public/fpdfview.h",
|
| ]
|
|
|
| libs = []
|
|
|