diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-15 17:37:54 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-15 17:37:54 -0500 |
commit | 556349010e01d0a3b7896f858d503781ea837b46 (patch) | |
tree | f003183732dc3cda4ad880407880da282ca4b0c5 /modules/woff2/moz.build | |
parent | f3d462c6049bd2f35571c2a0e2a7c4df4f3ca81c (diff) | |
parent | 3492ad65236209e741ca3641789efeaa22a6b8a4 (diff) | |
download | UXP-556349010e01d0a3b7896f858d503781ea837b46.tar UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.gz UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.lz UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.xz UXP-556349010e01d0a3b7896f858d503781ea837b46.zip |
Merge branch 'master' into mailnews-work
Diffstat (limited to 'modules/woff2/moz.build')
-rw-r--r-- | modules/woff2/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/woff2/moz.build b/modules/woff2/moz.build index c9fd36978..cfb6f4a06 100644 --- a/modules/woff2/moz.build +++ b/modules/woff2/moz.build @@ -7,7 +7,7 @@ with Files('**'): BUG_COMPONENT = ('Core', 'Graphics: Text') -UNIFIED_SOURCES += [ +SOURCES += [ 'src/table_tags.cc', 'src/variable_length.cc', 'src/woff2_common.cc', |