summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5d69b8d5bd..e78b2cf6e4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -192,6 +192,7 @@ jumbo_static_library("pdfium") {
configs += [ ":pdfium_core_config" ]
deps = [
+ ":constants",
":fdrm",
":formfiller",
":fpdfapi",
@@ -291,6 +292,12 @@ visibility = [
"//:gn_visibility",
]
+source_set("constants") {
+ sources = [
+ "constants/stream_dict_common.h",
+ ]
+}
+
jumbo_static_library("fdrm") {
sources = [
"core/fdrm/crypto/fx_crypt.cpp",