# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//testing/test.gni")
+
pdf_use_skia = false
+declare_args() {
+ # On Android there's no system FreeType. On Windows and Mac, only a few
+ # methods are used from it.
+ bundle_freetype = !is_linux
+}
+
config("pdfium_config") {
cflags = []
+ include_dirs = [ "third_party/freetype/include" ]
defines = [
- "FOXIT_CHROME_BUILD",
- "_FXFT_VERSION_=2501",
"_FPDFSDK_LIB",
"_NO_GDIPLUS_", # workaround text rendering issues on Windows
+ "OPJ_STATIC",
]
if (pdf_use_skia) {
"fpdfsdk/include/fpdfdoc.h",
"fpdfsdk/include/fpdfedit.h",
"fpdfsdk/include/fpdfformfill.h",
- "fpdfsdk/include/fpdfoom.h",
"fpdfsdk/include/fpdftext.h",
"fpdfsdk/include/fpdfview.h",
"fpdfsdk/include/fpdf_dataavail.h",
"fpdfsdk/src/fpdfeditimg.cpp",
"fpdfsdk/src/fpdfeditpage.cpp",
"fpdfsdk/src/fpdfformfill.cpp",
- "fpdfsdk/src/fpdfoom.cpp",
"fpdfsdk/src/fpdfppo.cpp",
"fpdfsdk/src/fpdfsave.cpp",
"fpdfsdk/src/fpdftext.cpp",
libs = []
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
deps = [
- ":safemath",
+ "third_party:bigint",
+ "third_party:pdfium_base",
":fdrm",
":formfiller",
":fpdfapi",
if (is_mac) {
libs += [ "AppKit.framework", "CoreFoundation.framework" ]
}
+
+ if (bundle_freetype) {
+ deps += [ "third_party:freetype" ]
+ } else {
+ libs += [ "freetype" ]
+ }
}
# Targets below this are only visible within this file.
-visibility = ":*"
-
-component("safemath") {
- sources = [
- "third_party/logging.h",
- "third_party/macros.h",
- "third_party/template_util.h",
- "third_party/numerics/safe_conversions.h",
- "third_party/numerics/safe_conversions_impl.h",
- "third_party/numerics/safe_math.h",
- "third_party/numerics/safe_math_impl.h",
- ]
-}
+visibility = [ ":*" ]
static_library("fdrm") {
sources = [
"core/src/fdrm/crypto/fx_crypt_sha.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"core/src/fpdfdoc/tagged_int.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"core/src/fpdfapi/fpdf_font/fpdf_font.cpp",
"core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp",
"core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
- "core/src/fpdfapi/fpdf_font/fpdf_font_utility.cpp",
"core/src/fpdfapi/fpdf_font/ttgsubtable.cpp",
"core/src/fpdfapi/fpdf_font/ttgsubtable.h",
"core/src/fpdfapi/fpdf_page/fpdf_page.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp",
- "core/src/fpdfapi/fpdf_page/fpdf_page_parser_new.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp",
"core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp",
"core/src/fpdfapi/fpdf_render/render_int.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"core/src/fpdftext/unicodenormalizationdata.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c",
"core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c",
"core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c",
- "core/src/fxcodec/fx_libopenjpeg/src/fx_t1_generate_luts.c",
"core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c",
"core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c",
"core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.c",
"core/src/fxcodec/libjpeg/transupp.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
if (is_posix) {
# core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
"core/include/fxcrt/fx_ucd.h",
"core/include/fxcrt/fx_xml.h",
"core/src/fxcrt/extension.h",
+ "core/src/fxcrt/fx_safe_types.h",
"core/src/fxcrt/fxcrt_platforms.cpp",
"core/src/fxcrt/fxcrt_platforms.h",
"core/src/fxcrt/fxcrt_posix.cpp",
"core/src/fxcrt/xml_int.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"core/src/fxge/fontdata/chromefontdata/FoxitSerifItalic.c",
"core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.c",
"core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c",
- "core/src/fxge/fx_freetype/include/fxft_cffobjs.h",
- "core/src/fxge/fx_freetype/include/fxft_cfftypes.h",
- "core/src/fxge/fx_freetype/include/fxft_freetype.h",
- "core/src/fxge/fx_freetype/include/fxft_ft2build.h",
- "core/src/fxge/fx_freetype/include/fxft_ftmm.h",
- "core/src/fxge/fx_freetype/include/fxft_ftobjs.h",
- "core/src/fxge/fx_freetype/include/fxft_ftotval.h",
- "core/src/fxge/fx_freetype/include/fxft_ftoutln.h",
- "core/src/fxge/fx_freetype/include/fxft_ftstream.h",
- "core/src/fxge/fx_freetype/include/fxft_tttables.h",
- "core/src/fxge/fx_freetype/include/fxft_tttypes.h",
- "core/src/fxge/fx_freetype/src/fxft_cff.c",
- "core/src/fxge/fx_freetype/src/fxft_ftbase.c",
- "core/src/fxge/fx_freetype/src/fxft_ftbitmap.c",
- "core/src/fxge/fx_freetype/src/fxft_ftglyph.c",
- "core/src/fxge/fx_freetype/src/fxft_ftinit.c",
- "core/src/fxge/fx_freetype/src/fxft_ftlcdfil.c",
- "core/src/fxge/fx_freetype/src/fxft_ftmm.c",
- "core/src/fxge/fx_freetype/src/fxft_ftsystem.c",
- "core/src/fxge/fx_freetype/src/fxft_psaux.c",
- "core/src/fxge/fx_freetype/src/fxft_pshinter.c",
- "core/src/fxge/fx_freetype/src/fxft_psmodule.c",
- "core/src/fxge/fx_freetype/src/fxft_raster.c",
- "core/src/fxge/fx_freetype/src/fxft_sfnt.c",
- "core/src/fxge/fx_freetype/src/fxft_smooth.c",
- "core/src/fxge/fx_freetype/src/fxft_truetype.c",
- "core/src/fxge/fx_freetype/src/fxft_type1.c",
- "core/src/fxge/fx_freetype/src/fxft_type1cid.c",
+ "core/src/fxge/freetype/fx_freetype.c",
"core/src/fxge/ge/fx_ge.cpp",
"core/src/fxge/ge/fx_ge_device.cpp",
"core/src/fxge/ge/fx_ge_font.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
if (pdf_use_skia) {
]
configs -= [
"//build/config/win:lean_and_mean",
- "//build/config/win:nominmax",
]
}
}
"fpdfsdk/src/fxedit/fxet_pageobjs.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
"fpdfsdk/src/pdfwindow/PWL_Wnd.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
include_dirs = [
"//v8",
"//v8/include",
]
- deps = [
+
+ public_deps = [
"//v8",
- "//v8:v8_libplatform",
]
- forward_dependent_configs_from = [ "//v8" ]
}
static_library("jsapi") {
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
include_dirs = [
"//v8",
"//v8/include",
]
- deps = [
+
+ public_deps = [
"//v8",
]
- forward_dependent_configs_from = [ "//v8" ]
}
static_library("formfiller") {
"fpdfsdk/src/formfiller/FFL_Utils.cpp",
]
configs -= [ "//build/config/compiler:chromium_code" ]
- if (is_posix) {
- configs -= [ "//build/config/gcc:no_exceptions" ]
- }
+ configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
+}
+
+test("pdfium_unittests") {
+ sources = [
+ "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
+ "core/src/fxcrt/fx_basic_wstring_unittest.cpp",
+ "testing/fx_string_testhelpers.cpp",
+ "testing/fx_string_testhelpers.h",
+ ]
+ deps = [
+ "//testing/gtest",
+ "//testing/gtest:gtest_main",
+ ":pdfium"
+ ]
+ include_dirs = [ "." ]
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
+}
+
+test("pdfium_embeddertests") {
+ sources = [
+ "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
+ "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
+ "fpdfsdk/src/fpdftext_embeddertest.cpp",
+ "fpdfsdk/src/fpdfview_embeddertest.cpp",
+ "testing/embedder_test.cpp",
+ "testing/embedder_test.h",
+ "testing/fx_string_testhelpers.cpp",
+ "testing/fx_string_testhelpers.h",
+ ]
+ deps = [
+ "//testing/gtest",
+ ":pdfium"
+ ]
+ include_dirs = [ "." ]
+ configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
}