summaryrefslogtreecommitdiff
path: root/fpdfsdk
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk')
-rw-r--r--fpdfsdk/BUILD.gn1
-rw-r--r--fpdfsdk/formfiller/BUILD.gn1
-rw-r--r--fpdfsdk/fpdfxfa/BUILD.gn1
-rw-r--r--fpdfsdk/pwl/BUILD.gn1
4 files changed, 4 insertions, 0 deletions
diff --git a/fpdfsdk/BUILD.gn b/fpdfsdk/BUILD.gn
index 0a696d3b71..bf80636d6d 100644
--- a/fpdfsdk/BUILD.gn
+++ b/fpdfsdk/BUILD.gn
@@ -51,6 +51,7 @@ jumbo_source_set("fpdfsdk") {
configs += [ "../:pdfium_core_config" ]
deps = [
+ "../:pdfium_public_headers",
"../core/fpdfapi",
"../core/fpdfapi/page",
"../core/fpdfapi/parser",
diff --git a/fpdfsdk/formfiller/BUILD.gn b/fpdfsdk/formfiller/BUILD.gn
index 434e58085e..a16ee512ec 100644
--- a/fpdfsdk/formfiller/BUILD.gn
+++ b/fpdfsdk/formfiller/BUILD.gn
@@ -32,6 +32,7 @@ jumbo_source_set("formfiller") {
]
configs += [ "../../:pdfium_core_config" ]
deps = [
+ "../../:pdfium_public_headers",
"../../core/fpdfapi/font",
"../../core/fpdfapi/page",
"../../core/fpdfapi/parser",
diff --git a/fpdfsdk/fpdfxfa/BUILD.gn b/fpdfsdk/fpdfxfa/BUILD.gn
index a1c6170826..d59c23783b 100644
--- a/fpdfsdk/fpdfxfa/BUILD.gn
+++ b/fpdfsdk/fpdfxfa/BUILD.gn
@@ -19,6 +19,7 @@ jumbo_source_set("fpdfxfa") {
"cxfa_fwladaptertimermgr.h",
]
deps = [
+ "../../:pdfium_public_headers",
"../../core/fpdfapi/page",
"../../core/fpdfapi/parser",
"../../core/fxcrt",
diff --git a/fpdfsdk/pwl/BUILD.gn b/fpdfsdk/pwl/BUILD.gn
index c5e02685e8..c600647452 100644
--- a/fpdfsdk/pwl/BUILD.gn
+++ b/fpdfsdk/pwl/BUILD.gn
@@ -42,6 +42,7 @@ jumbo_source_set("pwl") {
]
configs += [ "../../:pdfium_core_config" ]
deps = [
+ "../../:pdfium_public_headers",
"../../core/fpdfapi",
"../../core/fpdfapi/font",
"../../core/fpdfapi/page",