summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9795f254a3..839fffc0b8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1083,11 +1083,10 @@ jumbo_static_library("fxge") {
":fxcrt",
]
- defines = [ "DEFINE_PS_TABLES" ]
if (is_component_build || use_system_freetype) {
# ft_adobe_glyph_list is not exported from the Freetype shared library so we
# need it defined in component builds and builds using system freetype.
- defines += [ "DEFINE_PS_TABLES_DATA" ]
+ defines = [ "DEFINE_PS_TABLES_DATA" ]
}
if (pdf_enable_xfa) {