summaryrefslogtreecommitdiff
path: root/xfa/fxgraphics/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxgraphics/BUILD.gn')
-rw-r--r--xfa/fxgraphics/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxgraphics/BUILD.gn b/xfa/fxgraphics/BUILD.gn
index 99087f69e5..438046cf20 100644
--- a/xfa/fxgraphics/BUILD.gn
+++ b/xfa/fxgraphics/BUILD.gn
@@ -24,5 +24,9 @@ jumbo_source_set("fxgraphics") {
"../../:pdfium_core_config",
"../:xfa_warnings",
]
+ deps = [
+ "../../core/fxcrt",
+ "../../core/fxge",
+ ]
visibility = [ "../../*" ]
}